pub struct FileSystem { /* private fields */ }Expand description
The AWS::FSx::FileSystem resource type.
Trait Implementations§
Source§impl Debug for FileSystem
impl Debug for FileSystem
Source§impl Default for FileSystem
impl Default for FileSystem
Source§fn default() -> FileSystem
fn default() -> FileSystem
Returns the “default value” for a type. Read more
Source§impl From<FileSystemProperties> for FileSystem
impl From<FileSystemProperties> for FileSystem
Source§fn from(properties: FileSystemProperties) -> FileSystem
fn from(properties: FileSystemProperties) -> FileSystem
Converts to this type from the input type.
Source§impl Resource for FileSystem
impl Resource for FileSystem
Source§type Properties = FileSystemProperties
type Properties = FileSystemProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &FileSystemProperties
fn properties(&self) -> &FileSystemProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut FileSystemProperties
fn properties_mut(&mut self) -> &mut FileSystemProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for FileSystem
impl RefUnwindSafe for FileSystem
impl Send for FileSystem
impl Sync for FileSystem
impl Unpin for FileSystem
impl UnwindSafe for FileSystem
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