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