pub struct DeleteFileSystemWindowsResponse {
pub final_backup_id: Option<String>,
pub final_backup_tags: Option<Vec<Tag>>,
}Expand description
The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.
Fields§
§final_backup_id: Option<String>The ID of the final backup for this file system.
The set of tags applied to the final backup.
Trait Implementations§
Source§impl Clone for DeleteFileSystemWindowsResponse
impl Clone for DeleteFileSystemWindowsResponse
Source§fn clone(&self) -> DeleteFileSystemWindowsResponse
fn clone(&self) -> DeleteFileSystemWindowsResponse
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 DeleteFileSystemWindowsResponse
impl Default for DeleteFileSystemWindowsResponse
Source§fn default() -> DeleteFileSystemWindowsResponse
fn default() -> DeleteFileSystemWindowsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteFileSystemWindowsResponse
impl<'de> Deserialize<'de> for DeleteFileSystemWindowsResponse
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 DeleteFileSystemWindowsResponse
impl PartialEq for DeleteFileSystemWindowsResponse
Source§fn eq(&self, other: &DeleteFileSystemWindowsResponse) -> bool
fn eq(&self, other: &DeleteFileSystemWindowsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteFileSystemWindowsResponse
Auto Trait Implementations§
impl Freeze for DeleteFileSystemWindowsResponse
impl RefUnwindSafe for DeleteFileSystemWindowsResponse
impl Send for DeleteFileSystemWindowsResponse
impl Sync for DeleteFileSystemWindowsResponse
impl Unpin for DeleteFileSystemWindowsResponse
impl UnwindSafe for DeleteFileSystemWindowsResponse
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