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