pub struct DescribeLocationNfsRequest {
pub location_arn: String,
}
Expand description
DescribeLocationNfsRequest
Fields§
§location_arn: String
The Amazon resource Name (ARN) of the NFS location to describe.
Trait Implementations§
Source§impl Clone for DescribeLocationNfsRequest
impl Clone for DescribeLocationNfsRequest
Source§fn clone(&self) -> DescribeLocationNfsRequest
fn clone(&self) -> DescribeLocationNfsRequest
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 Debug for DescribeLocationNfsRequest
impl Debug for DescribeLocationNfsRequest
Source§impl Default for DescribeLocationNfsRequest
impl Default for DescribeLocationNfsRequest
Source§fn default() -> DescribeLocationNfsRequest
fn default() -> DescribeLocationNfsRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeLocationNfsRequest
Auto Trait Implementations§
impl Freeze for DescribeLocationNfsRequest
impl RefUnwindSafe for DescribeLocationNfsRequest
impl Send for DescribeLocationNfsRequest
impl Sync for DescribeLocationNfsRequest
impl Unpin for DescribeLocationNfsRequest
impl UnwindSafe for DescribeLocationNfsRequest
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