pub struct Gram;Expand description
Gram.
Trait Implementations§
Source§impl PartialOrd for Gram
impl PartialOrd for Gram
impl Copy for Gram
impl StructuralPartialEq for Gram
Auto Trait Implementations§
impl Freeze for Gram
impl RefUnwindSafe for Gram
impl Send for Gram
impl Sync for Gram
impl Unpin for Gram
impl UnwindSafe for Gram
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