pub struct MandatoryArg { /* private fields */ }Expand description
“mandatory-arg”.
Implementations§
Trait Implementations§
Source§impl Clone for MandatoryArg
impl Clone for MandatoryArg
Source§fn clone(&self) -> MandatoryArg
fn clone(&self) -> MandatoryArg
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 moreSource§impl Debug for MandatoryArg
impl Debug for MandatoryArg
Source§impl PartialEq for MandatoryArg
impl PartialEq for MandatoryArg
Source§impl StmtArg for MandatoryArg
impl StmtArg for MandatoryArg
impl StructuralPartialEq for MandatoryArg
Auto Trait Implementations§
impl Freeze for MandatoryArg
impl RefUnwindSafe for MandatoryArg
impl Send for MandatoryArg
impl Sync for MandatoryArg
impl Unpin for MandatoryArg
impl UnwindSafe for MandatoryArg
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