pub struct Dynum;
Trait Implementations§
impl Copy for Dynum
Auto Trait Implementations§
impl Freeze for Dynum
impl RefUnwindSafe for Dynum
impl Send for Dynum
impl Sync for Dynum
impl Unpin for Dynum
impl UnwindSafe for Dynum
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