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