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