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