pub struct MsmR { /* private fields */ }
Expand description
Value of the field MSM
Implementations§
Auto Trait Implementations§
impl Freeze for MsmR
impl RefUnwindSafe for MsmR
impl Send for MsmR
impl Sync for MsmR
impl Unpin for MsmR
impl UnwindSafe for MsmR
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