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