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