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