pub struct AwsPlacementGroupId(/* private fields */);Expand description
AWS Placement Group ID
Trait Implementations§
Source§impl Clone for AwsPlacementGroupId
impl Clone for AwsPlacementGroupId
Source§fn clone(&self) -> AwsPlacementGroupId
fn clone(&self) -> AwsPlacementGroupId
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 AwsPlacementGroupId
impl Debug for AwsPlacementGroupId
Source§impl Display for AwsPlacementGroupId
impl Display for AwsPlacementGroupId
Source§impl From<AwsPlacementGroupId> for String
impl From<AwsPlacementGroupId> for String
Source§fn from(value: AwsPlacementGroupId) -> Self
fn from(value: AwsPlacementGroupId) -> Self
Converts to this type from the input type.
Source§impl FromStr for AwsPlacementGroupId
impl FromStr for AwsPlacementGroupId
Source§impl Hash for AwsPlacementGroupId
impl Hash for AwsPlacementGroupId
Source§impl Ord for AwsPlacementGroupId
impl Ord for AwsPlacementGroupId
Source§fn cmp(&self, other: &AwsPlacementGroupId) -> Ordering
fn cmp(&self, other: &AwsPlacementGroupId) -> 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 AwsPlacementGroupId
impl PartialEq for AwsPlacementGroupId
Source§impl PartialOrd for AwsPlacementGroupId
impl PartialOrd for AwsPlacementGroupId
Source§impl TryFrom<&String> for AwsPlacementGroupId
impl TryFrom<&String> for AwsPlacementGroupId
Source§impl TryFrom<&str> for AwsPlacementGroupId
impl TryFrom<&str> for AwsPlacementGroupId
Source§impl TryFrom<String> for AwsPlacementGroupId
impl TryFrom<String> for AwsPlacementGroupId
impl Copy for AwsPlacementGroupId
impl Eq for AwsPlacementGroupId
impl StructuralPartialEq for AwsPlacementGroupId
Auto Trait Implementations§
impl Freeze for AwsPlacementGroupId
impl RefUnwindSafe for AwsPlacementGroupId
impl Send for AwsPlacementGroupId
impl Sync for AwsPlacementGroupId
impl Unpin for AwsPlacementGroupId
impl UnwindSafe for AwsPlacementGroupId
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