pub struct ComponentDeploymentLabelKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ComponentDeploymentLabelKey
impl AsRef<str> for ComponentDeploymentLabelKey
Source§impl Borrow<str> for ComponentDeploymentLabelKey
impl Borrow<str> for ComponentDeploymentLabelKey
Source§impl Clone for ComponentDeploymentLabelKey
impl Clone for ComponentDeploymentLabelKey
Source§fn clone(&self) -> ComponentDeploymentLabelKey
fn clone(&self) -> ComponentDeploymentLabelKey
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 ComponentDeploymentLabelKey
impl Debug for ComponentDeploymentLabelKey
Source§impl<'de> Deserialize<'de> for ComponentDeploymentLabelKey
impl<'de> Deserialize<'de> for ComponentDeploymentLabelKey
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ComponentDeploymentLabelKey
Source§impl Hash for ComponentDeploymentLabelKey
impl Hash for ComponentDeploymentLabelKey
Source§impl Ord for ComponentDeploymentLabelKey
impl Ord for ComponentDeploymentLabelKey
Source§fn cmp(&self, other: &ComponentDeploymentLabelKey) -> Ordering
fn cmp(&self, other: &ComponentDeploymentLabelKey) -> 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 PartialOrd for ComponentDeploymentLabelKey
impl PartialOrd for ComponentDeploymentLabelKey
impl StructuralPartialEq for ComponentDeploymentLabelKey
Auto Trait Implementations§
impl Freeze for ComponentDeploymentLabelKey
impl RefUnwindSafe for ComponentDeploymentLabelKey
impl Send for ComponentDeploymentLabelKey
impl Sync for ComponentDeploymentLabelKey
impl Unpin for ComponentDeploymentLabelKey
impl UnsafeUnpin for ComponentDeploymentLabelKey
impl UnwindSafe for ComponentDeploymentLabelKey
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