pub struct DigitRangeArg { /* private fields */ }Expand description
Parser argument for digit_range(begin, end) - converted to DigitRange
Trait Implementations§
Source§impl Clone for DigitRangeArg
impl Clone for DigitRangeArg
Source§fn clone(&self) -> DigitRangeArg
fn clone(&self) -> DigitRangeArg
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 DigitRangeArg
impl Debug for DigitRangeArg
Source§impl Fun2Builder for DigitRangeArg
impl Fun2Builder for DigitRangeArg
Source§impl PartialEq for DigitRangeArg
impl PartialEq for DigitRangeArg
impl StructuralPartialEq for DigitRangeArg
Auto Trait Implementations§
impl Freeze for DigitRangeArg
impl RefUnwindSafe for DigitRangeArg
impl Send for DigitRangeArg
impl Sync for DigitRangeArg
impl Unpin for DigitRangeArg
impl UnsafeUnpin for DigitRangeArg
impl UnwindSafe for DigitRangeArg
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