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