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