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