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