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