pub struct NanBox(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for NanBox
impl Ord for NanBox
Source§impl PartialOrd for NanBox
impl PartialOrd for NanBox
impl Copy for NanBox
impl Eq for NanBox
impl StructuralPartialEq for NanBox
Auto Trait Implementations§
impl Freeze for NanBox
impl RefUnwindSafe for NanBox
impl Send for NanBox
impl Sync for NanBox
impl Unpin for NanBox
impl UnwindSafe for NanBox
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