Struct nomad_client::models::vault::Vault[][src]

pub struct Vault {
    pub policies: Option<Vec<String>>,
    pub env: Option<bool>,
    pub change_mode: Option<String>,
    pub change_signal: Option<String>,
}

Fields

policies: Option<Vec<String>>env: Option<bool>change_mode: Option<String>change_signal: Option<String>

Implementations

impl Vault[src]

pub fn new() -> Vault[src]

Trait Implementations

impl Clone for Vault[src]

impl Debug for Vault[src]

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

impl PartialEq<Vault> for Vault[src]

impl Serialize for Vault[src]

impl StructuralPartialEq for Vault[src]

Auto Trait Implementations

impl RefUnwindSafe for Vault

impl Send for Vault

impl Sync for Vault

impl Unpin for Vault

impl UnwindSafe for Vault

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, U> Into<U> for T where
    U: From<T>, 
[src]

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.