pub struct NotDualReference;Expand description
Dual-reference marker for the NOT primitive.
Trait Implementations§
Source§impl DualReference for NotDualReference
impl DualReference for NotDualReference
Auto Trait Implementations§
impl Freeze for NotDualReference
impl RefUnwindSafe for NotDualReference
impl Send for NotDualReference
impl Sync for NotDualReference
impl Unpin for NotDualReference
impl UnsafeUnpin for NotDualReference
impl UnwindSafe for NotDualReference
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