pub struct FileSystemConfig {
pub arn: FileSystemArn,
pub local_mount_path: LocalMountPath,
}Fields§
§arn: FileSystemArn§local_mount_path: LocalMountPathTrait Implementations§
Source§impl Debug for FileSystemConfig
impl Debug for FileSystemConfig
Source§impl Default for FileSystemConfig
impl Default for FileSystemConfig
Source§fn default() -> FileSystemConfig
fn default() -> FileSystemConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileSystemConfig
impl<'de> Deserialize<'de> for FileSystemConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FileSystemConfig
impl RefUnwindSafe for FileSystemConfig
impl Send for FileSystemConfig
impl Sync for FileSystemConfig
impl Unpin for FileSystemConfig
impl UnwindSafe for FileSystemConfig
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