Struct aws_sdk_storagegateway::operation::describe_file_system_associations::DescribeFileSystemAssociationsOutput
source · #[non_exhaustive]pub struct DescribeFileSystemAssociationsOutput { /* private fields */ }Implementations§
source§impl DescribeFileSystemAssociationsOutput
impl DescribeFileSystemAssociationsOutput
sourcepub fn file_system_association_info_list(
&self
) -> Option<&[FileSystemAssociationInfo]>
pub fn file_system_association_info_list( &self ) -> Option<&[FileSystemAssociationInfo]>
An array containing the FileSystemAssociationInfo data type of each file system association to be described.
source§impl DescribeFileSystemAssociationsOutput
impl DescribeFileSystemAssociationsOutput
sourcepub fn builder() -> DescribeFileSystemAssociationsOutputBuilder
pub fn builder() -> DescribeFileSystemAssociationsOutputBuilder
Creates a new builder-style object to manufacture DescribeFileSystemAssociationsOutput.
Trait Implementations§
source§impl Clone for DescribeFileSystemAssociationsOutput
impl Clone for DescribeFileSystemAssociationsOutput
source§fn clone(&self) -> DescribeFileSystemAssociationsOutput
fn clone(&self) -> DescribeFileSystemAssociationsOutput
Returns a copy 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 PartialEq<DescribeFileSystemAssociationsOutput> for DescribeFileSystemAssociationsOutput
impl PartialEq<DescribeFileSystemAssociationsOutput> for DescribeFileSystemAssociationsOutput
source§fn eq(&self, other: &DescribeFileSystemAssociationsOutput) -> bool
fn eq(&self, other: &DescribeFileSystemAssociationsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeFileSystemAssociationsOutput
impl RequestId for DescribeFileSystemAssociationsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DescribeFileSystemAssociationsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeFileSystemAssociationsOutput
impl Send for DescribeFileSystemAssociationsOutput
impl Sync for DescribeFileSystemAssociationsOutput
impl Unpin for DescribeFileSystemAssociationsOutput
impl UnwindSafe for DescribeFileSystemAssociationsOutput
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