pub struct BuildArgumentKey(/* private fields */);Expand description
Build argument key
Implementations§
Trait Implementations§
Source§impl Clone for BuildArgumentKey
impl Clone for BuildArgumentKey
Source§fn clone(&self) -> BuildArgumentKey
fn clone(&self) -> BuildArgumentKey
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 BuildArgumentKey
impl Debug for BuildArgumentKey
Source§impl FromStr for BuildArgumentKey
impl FromStr for BuildArgumentKey
Source§impl Hash for BuildArgumentKey
impl Hash for BuildArgumentKey
Source§impl Ord for BuildArgumentKey
impl Ord for BuildArgumentKey
Source§fn cmp(&self, other: &BuildArgumentKey) -> Ordering
fn cmp(&self, other: &BuildArgumentKey) -> 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 BuildArgumentKey
impl PartialEq for BuildArgumentKey
Source§impl PartialOrd for BuildArgumentKey
impl PartialOrd for BuildArgumentKey
impl Eq for BuildArgumentKey
impl StructuralPartialEq for BuildArgumentKey
Auto Trait Implementations§
impl Freeze for BuildArgumentKey
impl RefUnwindSafe for BuildArgumentKey
impl Send for BuildArgumentKey
impl Sync for BuildArgumentKey
impl Unpin for BuildArgumentKey
impl UnsafeUnpin for BuildArgumentKey
impl UnwindSafe for BuildArgumentKey
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.