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