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