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