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