pub struct ComponentGroupDeploymentId(/* private fields */);Expand description
App-scoped identity of one independently scalable Component Group deployment.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for ComponentGroupDeploymentId
impl AsRef<str> for ComponentGroupDeploymentId
Source§impl Borrow<str> for ComponentGroupDeploymentId
impl Borrow<str> for ComponentGroupDeploymentId
Source§impl Clone for ComponentGroupDeploymentId
impl Clone for ComponentGroupDeploymentId
Source§fn clone(&self) -> ComponentGroupDeploymentId
fn clone(&self) -> ComponentGroupDeploymentId
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 ComponentGroupDeploymentId
impl Debug for ComponentGroupDeploymentId
Source§impl<'de> Deserialize<'de> for ComponentGroupDeploymentId
impl<'de> Deserialize<'de> for ComponentGroupDeploymentId
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
Source§impl Display for ComponentGroupDeploymentId
impl Display for ComponentGroupDeploymentId
impl Eq for ComponentGroupDeploymentId
Source§impl FromStr for ComponentGroupDeploymentId
impl FromStr for ComponentGroupDeploymentId
Source§impl Hash for ComponentGroupDeploymentId
impl Hash for ComponentGroupDeploymentId
Source§impl Ord for ComponentGroupDeploymentId
impl Ord for ComponentGroupDeploymentId
Source§fn cmp(&self, other: &ComponentGroupDeploymentId) -> Ordering
fn cmp(&self, other: &ComponentGroupDeploymentId) -> 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 ComponentGroupDeploymentId
impl PartialOrd for ComponentGroupDeploymentId
Source§impl Storable for ComponentGroupDeploymentId
impl Storable for ComponentGroupDeploymentId
Source§fn to_bytes(&self) -> Cow<'_, [u8]>
fn to_bytes(&self) -> Cow<'_, [u8]>
Converts the element into a possibly borrowed byte slice. Read more
Source§fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
Converts bytes into an element.
Source§fn to_bytes_checked(&self) -> Cow<'_, [u8]>
fn to_bytes_checked(&self) -> Cow<'_, [u8]>
Like
to_bytes, but checks that bytes conform to declared bounds.Source§fn into_bytes_checked(self) -> Vec<u8> ⓘwhere
Self: Sized,
fn into_bytes_checked(self) -> Vec<u8> ⓘwhere
Self: Sized,
Like
into_bytes, but checks that bytes conform to declared bounds.Source§fn check_bounds(bytes: &[u8])
fn check_bounds(bytes: &[u8])
Validates that a byte slice fits within this type’s declared bounds.
impl StructuralPartialEq for ComponentGroupDeploymentId
Auto Trait Implementations§
impl Freeze for ComponentGroupDeploymentId
impl RefUnwindSafe for ComponentGroupDeploymentId
impl Send for ComponentGroupDeploymentId
impl Sync for ComponentGroupDeploymentId
impl Unpin for ComponentGroupDeploymentId
impl UnsafeUnpin for ComponentGroupDeploymentId
impl UnwindSafe for ComponentGroupDeploymentId
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