#[non_exhaustive]pub struct FileSystemAssociationStatusDetail { /* private fields */ }
Expand description
Detailed information on file system association status.
Implementations
sourceimpl FileSystemAssociationStatusDetail
impl FileSystemAssociationStatusDetail
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The error code for a given file system association status.
sourceimpl FileSystemAssociationStatusDetail
impl FileSystemAssociationStatusDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FileSystemAssociationStatusDetail
.
Trait Implementations
sourceimpl Clone for FileSystemAssociationStatusDetail
impl Clone for FileSystemAssociationStatusDetail
sourcefn clone(&self) -> FileSystemAssociationStatusDetail
fn clone(&self) -> FileSystemAssociationStatusDetail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<FileSystemAssociationStatusDetail> for FileSystemAssociationStatusDetail
impl PartialEq<FileSystemAssociationStatusDetail> for FileSystemAssociationStatusDetail
sourcefn eq(&self, other: &FileSystemAssociationStatusDetail) -> bool
fn eq(&self, other: &FileSystemAssociationStatusDetail) -> bool
impl StructuralPartialEq for FileSystemAssociationStatusDetail
Auto Trait Implementations
impl RefUnwindSafe for FileSystemAssociationStatusDetail
impl Send for FileSystemAssociationStatusDetail
impl Sync for FileSystemAssociationStatusDetail
impl Unpin for FileSystemAssociationStatusDetail
impl UnwindSafe for FileSystemAssociationStatusDetail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more