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