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