pub struct UnknownArgumentLine {
pub argument: String,
}
Fields§
§argument: String
Implementations§
Trait Implementations§
Source§impl Clone for UnknownArgumentLine
impl Clone for UnknownArgumentLine
Source§fn clone(&self) -> UnknownArgumentLine
fn clone(&self) -> UnknownArgumentLine
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 UnknownArgumentLine
impl Debug for UnknownArgumentLine
Source§impl Ord for UnknownArgumentLine
impl Ord for UnknownArgumentLine
Source§fn cmp(&self, other: &UnknownArgumentLine) -> Ordering
fn cmp(&self, other: &UnknownArgumentLine) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnknownArgumentLine
impl PartialEq for UnknownArgumentLine
Source§impl PartialOrd for UnknownArgumentLine
impl PartialOrd for UnknownArgumentLine
impl Eq for UnknownArgumentLine
impl StructuralPartialEq for UnknownArgumentLine
Auto Trait Implementations§
impl Freeze for UnknownArgumentLine
impl RefUnwindSafe for UnknownArgumentLine
impl Send for UnknownArgumentLine
impl Sync for UnknownArgumentLine
impl Unpin for UnknownArgumentLine
impl UnwindSafe for UnknownArgumentLine
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