pub enum TailMarker {
TAIL,
MUSTTAIL,
NOTAIL,
}
Variants§
Trait Implementations§
Source§impl Display for TailMarker
impl Display for TailMarker
Source§impl Hash for TailMarker
impl Hash for TailMarker
Source§impl Ord for TailMarker
impl Ord for TailMarker
Source§fn cmp(&self, other: &TailMarker) -> Ordering
fn cmp(&self, other: &TailMarker) -> Ordering
1.21.0 · 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 PartialEq for TailMarker
impl PartialEq for TailMarker
Source§impl PartialOrd for TailMarker
impl PartialOrd for TailMarker
impl Eq for TailMarker
impl StructuralPartialEq for TailMarker
Auto Trait Implementations§
impl Freeze for TailMarker
impl RefUnwindSafe for TailMarker
impl Send for TailMarker
impl Sync for TailMarker
impl Unpin for TailMarker
impl UnwindSafe for TailMarker
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