Enum EndingKind
pub enum EndingKind {
FirstEnding,
SecondEnding,
ThirdEnding,
Custom,
}Variants§
Implementations§
§impl EndingKind
impl EndingKind
pub const ALL: &'static [EndingKind]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for EndingKind
impl Clone for EndingKind
§fn clone(&self) -> EndingKind
fn clone(&self) -> EndingKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for EndingKind
impl Debug for EndingKind
§impl Display for EndingKind
impl Display for EndingKind
§impl FromStr for EndingKind
impl FromStr for EndingKind
§type Err = NotationError
type Err = NotationError
The associated error which can be returned from parsing.
§fn from_str(value: &str) -> Result<EndingKind, <EndingKind as FromStr>::Err>
fn from_str(value: &str) -> Result<EndingKind, <EndingKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for EndingKind
impl Hash for EndingKind
§impl Ord for EndingKind
impl Ord for EndingKind
§impl PartialEq for EndingKind
impl PartialEq for EndingKind
§impl PartialOrd for EndingKind
impl PartialOrd for EndingKind
impl Copy for EndingKind
impl Eq for EndingKind
impl StructuralPartialEq for EndingKind
Auto Trait Implementations§
impl Freeze for EndingKind
impl RefUnwindSafe for EndingKind
impl Send for EndingKind
impl Sync for EndingKind
impl Unpin for EndingKind
impl UnsafeUnpin for EndingKind
impl UnwindSafe for EndingKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more