[][src]Struct rusoto_datasync::DescribeLocationNfsResponse

pub struct DescribeLocationNfsResponse {
    pub creation_time: Option<f64>,
    pub location_arn: Option<String>,
    pub location_uri: Option<String>,
    pub mount_options: Option<NfsMountOptions>,
    pub on_prem_config: Option<OnPremConfig>,
}

DescribeLocationNfsResponse

Fields

creation_time: Option<f64>

The time that the NFS location was created.

location_arn: Option<String>

The Amazon resource Name (ARN) of the NFS location that was described.

location_uri: Option<String>

The URL of the source NFS location that was described.

mount_options: Option<NfsMountOptions>

The NFS mount options that DataSync used to mount your NFS share.

on_prem_config: Option<OnPremConfig>

Trait Implementations

impl Clone for DescribeLocationNfsResponse[src]

impl Debug for DescribeLocationNfsResponse[src]

impl Default for DescribeLocationNfsResponse[src]

impl<'de> Deserialize<'de> for DescribeLocationNfsResponse[src]

impl PartialEq<DescribeLocationNfsResponse> for DescribeLocationNfsResponse[src]

impl StructuralPartialEq for DescribeLocationNfsResponse[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.