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