pub struct CreateFileSystemFromBackupResponse {
pub file_system: Option<FileSystem>,
}Expand description
The response object for the CreateFileSystemFromBackup operation.
Fields§
§file_system: Option<FileSystem>A description of the file system.
Trait Implementations§
Source§impl Clone for CreateFileSystemFromBackupResponse
impl Clone for CreateFileSystemFromBackupResponse
Source§fn clone(&self) -> CreateFileSystemFromBackupResponse
fn clone(&self) -> CreateFileSystemFromBackupResponse
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 Default for CreateFileSystemFromBackupResponse
impl Default for CreateFileSystemFromBackupResponse
Source§fn default() -> CreateFileSystemFromBackupResponse
fn default() -> CreateFileSystemFromBackupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateFileSystemFromBackupResponse
impl<'de> Deserialize<'de> for CreateFileSystemFromBackupResponse
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
Source§impl PartialEq for CreateFileSystemFromBackupResponse
impl PartialEq for CreateFileSystemFromBackupResponse
Source§fn eq(&self, other: &CreateFileSystemFromBackupResponse) -> bool
fn eq(&self, other: &CreateFileSystemFromBackupResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateFileSystemFromBackupResponse
Auto Trait Implementations§
impl Freeze for CreateFileSystemFromBackupResponse
impl RefUnwindSafe for CreateFileSystemFromBackupResponse
impl Send for CreateFileSystemFromBackupResponse
impl Sync for CreateFileSystemFromBackupResponse
impl Unpin for CreateFileSystemFromBackupResponse
impl UnwindSafe for CreateFileSystemFromBackupResponse
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