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