Struct aws_sdk_m2::model::FsxStorageConfiguration  
source · [−]#[non_exhaustive]pub struct FsxStorageConfiguration { /* private fields */ }Expand description
Defines the storage configuration for an Amazon FSx file system.
Implementations
sourceimpl FsxStorageConfiguration
 
impl FsxStorageConfiguration
sourcepub fn file_system_id(&self) -> Option<&str>
 
pub fn file_system_id(&self) -> Option<&str>
The file system identifier.
sourcepub fn mount_point(&self) -> Option<&str>
 
pub fn mount_point(&self) -> Option<&str>
The mount point for the file system.
sourceimpl FsxStorageConfiguration
 
impl FsxStorageConfiguration
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FsxStorageConfiguration.
Trait Implementations
sourceimpl Clone for FsxStorageConfiguration
 
impl Clone for FsxStorageConfiguration
sourcefn clone(&self) -> FsxStorageConfiguration
 
fn clone(&self) -> FsxStorageConfiguration
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 Debug for FsxStorageConfiguration
 
impl Debug for FsxStorageConfiguration
sourceimpl PartialEq<FsxStorageConfiguration> for FsxStorageConfiguration
 
impl PartialEq<FsxStorageConfiguration> for FsxStorageConfiguration
sourcefn eq(&self, other: &FsxStorageConfiguration) -> bool
 
fn eq(&self, other: &FsxStorageConfiguration) -> bool
impl StructuralPartialEq for FsxStorageConfiguration
Auto Trait Implementations
impl RefUnwindSafe for FsxStorageConfiguration
impl Send for FsxStorageConfiguration
impl Sync for FsxStorageConfiguration
impl Unpin for FsxStorageConfiguration
impl UnwindSafe for FsxStorageConfiguration
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