pub struct Long;Expand description
Represents the terminal symbol long
Trait Implementations§
impl Copy for Long
impl Eq for Long
Source§impl Ord for Long
impl Ord for Long
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 Long
impl PartialOrd for Long
impl StructuralPartialEq for Long
Auto Trait Implementations§
impl Freeze for Long
impl RefUnwindSafe for Long
impl Send for Long
impl Sync for Long
impl Unpin for Long
impl UnsafeUnpin for Long
impl UnwindSafe for Long
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