[][src]Struct rusoto_efs::BackupPolicy

pub struct BackupPolicy {
    pub status: String,
}

The backup policy for the file system, showing the curent status. If ENABLED, the file system is being backed up.

Fields

status: String

Describes the status of the file system's backup policy.

  • ENABLED - EFS is automatically backing up the file system.

  • ENABLING - EFS is turning on automatic backups for the file system.

  • DISABLED - automatic back ups are turned off for the file system.

  • DISABLED - EFS is turning off automatic backups for the file system.

Trait Implementations

impl Clone for BackupPolicy[src]

impl Debug for BackupPolicy[src]

impl Default for BackupPolicy[src]

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

impl PartialEq<BackupPolicy> for BackupPolicy[src]

impl Serialize for BackupPolicy[src]

impl StructuralPartialEq for BackupPolicy[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.