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