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