[][src]Struct clap_conf::env::Enver

pub struct Enver {}

Trait Implementations

impl<'a> Getter<'a, String> for Enver[src]

type Iter = IntoIter<String>

fn bool_flag<S: AsRef<str>>(&self, s: S, f: Filter) -> bool[src]

fn sub<S: AsRef<str>>(&self, _: S, _: Filter) -> bool[src]

fn wrap<R2, F: Fn(R) -> R2>(self, f: F) -> Wrapper<Self, F, R>[src]

fn hold<B, RB>(self, b: B) -> Holder<'a, Self, B, R, RB> where
    B: Getter<'a, RB>,
    R: From<RB>,
    RB: PartialEq + Debug,
    B::Iter: Iterator<Item = RB>, 
[src]

fn grab(&'a self) -> Grabber<'a, Self, R, Self::Iter>[src]

Auto Trait Implementations

impl Send for Enver

impl Sync for Enver

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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