pub struct ComponentDeploymentLabelValue(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for ComponentDeploymentLabelValue
impl AsRef<str> for ComponentDeploymentLabelValue
Source§impl Borrow<str> for ComponentDeploymentLabelValue
impl Borrow<str> for ComponentDeploymentLabelValue
Source§impl Clone for ComponentDeploymentLabelValue
impl Clone for ComponentDeploymentLabelValue
Source§fn clone(&self) -> ComponentDeploymentLabelValue
fn clone(&self) -> ComponentDeploymentLabelValue
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<'de> Deserialize<'de> for ComponentDeploymentLabelValue
impl<'de> Deserialize<'de> for ComponentDeploymentLabelValue
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 ComponentDeploymentLabelValue
Source§impl Hash for ComponentDeploymentLabelValue
impl Hash for ComponentDeploymentLabelValue
Source§impl Ord for ComponentDeploymentLabelValue
impl Ord for ComponentDeploymentLabelValue
Source§fn cmp(&self, other: &ComponentDeploymentLabelValue) -> Ordering
fn cmp(&self, other: &ComponentDeploymentLabelValue) -> 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 ComponentDeploymentLabelValue
impl PartialOrd for ComponentDeploymentLabelValue
impl StructuralPartialEq for ComponentDeploymentLabelValue
Auto Trait Implementations§
impl Freeze for ComponentDeploymentLabelValue
impl RefUnwindSafe for ComponentDeploymentLabelValue
impl Send for ComponentDeploymentLabelValue
impl Sync for ComponentDeploymentLabelValue
impl Unpin for ComponentDeploymentLabelValue
impl UnsafeUnpin for ComponentDeploymentLabelValue
impl UnwindSafe for ComponentDeploymentLabelValue
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