pub struct otCliInterpreter { /* private fields */ }Trait Implementations§
Source§impl Clone for otCliInterpreter
impl Clone for otCliInterpreter
Source§fn clone(&self) -> otCliInterpreter
fn clone(&self) -> otCliInterpreter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for otCliInterpreter
Auto Trait Implementations§
impl Freeze for otCliInterpreter
impl RefUnwindSafe for otCliInterpreter
impl Send for otCliInterpreter
impl Sync for otCliInterpreter
impl Unpin for otCliInterpreter
impl UnsafeUnpin for otCliInterpreter
impl UnwindSafe for otCliInterpreter
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