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