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