pub struct mad { /* private fields */ }Auto Trait Implementations§
impl Freeze for mad
impl RefUnwindSafe for mad
impl Send for mad
impl Sync for mad
impl Unpin for mad
impl UnsafeUnpin for mad
impl UnwindSafe for mad
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