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