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