pub enum TieKind {
Start,
Continue,
Stop,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for TieKind
impl Ord for TieKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for TieKind
impl PartialOrd for TieKind
impl Copy for TieKind
impl Eq for TieKind
impl StructuralPartialEq for TieKind
Auto Trait Implementations§
impl Freeze for TieKind
impl RefUnwindSafe for TieKind
impl Send for TieKind
impl Sync for TieKind
impl Unpin for TieKind
impl UnsafeUnpin for TieKind
impl UnwindSafe for TieKind
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