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