pub struct Nor { /* private fields */ }Expand description
Token
Trait Implementations§
impl Eq for Nor
impl StructuralPartialEq for Nor
Auto Trait Implementations§
impl Freeze for Nor
impl !RefUnwindSafe for Nor
impl !Send for Nor
impl !Sync for Nor
impl Unpin for Nor
impl !UnwindSafe for Nor
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