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