pub struct ProcessArg(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ProcessArg
impl AsRef<str> for ProcessArg
Source§impl Clone for ProcessArg
impl Clone for ProcessArg
Source§fn clone(&self) -> ProcessArg
fn clone(&self) -> ProcessArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProcessArg
impl Debug for ProcessArg
Source§impl Display for ProcessArg
impl Display for ProcessArg
Source§impl Hash for ProcessArg
impl Hash for ProcessArg
Source§impl Ord for ProcessArg
impl Ord for ProcessArg
Source§fn cmp(&self, other: &ProcessArg) -> Ordering
fn cmp(&self, other: &ProcessArg) -> Ordering
1.21.0 (const: unstable) · 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 ProcessArg
impl PartialEq for ProcessArg
Source§fn eq(&self, other: &ProcessArg) -> bool
fn eq(&self, other: &ProcessArg) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ProcessArg
impl PartialOrd for ProcessArg
impl Eq for ProcessArg
impl StructuralPartialEq for ProcessArg
Auto Trait Implementations§
impl Freeze for ProcessArg
impl RefUnwindSafe for ProcessArg
impl Send for ProcessArg
impl Sync for ProcessArg
impl Unpin for ProcessArg
impl UnsafeUnpin for ProcessArg
impl UnwindSafe for ProcessArg
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