[][src]Struct command_builder::ExceptEnvs

pub struct ExceptEnvs<C, I> where
    C: Command,
    I: IntoIterator<Item = String>, 
{ /* fields omitted */ }

Removes multable keys from the enviroment.

Trait Implementations

impl<C: Clone, I: Clone> Clone for ExceptEnvs<C, I> where
    C: Command,
    I: IntoIterator<Item = String>, 
[src]

Auto Trait Implementations

impl<C, I> RefUnwindSafe for ExceptEnvs<C, I> where
    C: RefUnwindSafe,
    I: RefUnwindSafe

impl<C, I> Send for ExceptEnvs<C, I> where
    C: Send,
    I: Send

impl<C, I> Sync for ExceptEnvs<C, I> where
    C: Sync,
    I: Sync

impl<C, I> Unpin for ExceptEnvs<C, I> where
    C: Unpin,
    I: Unpin

impl<C, I> UnwindSafe for ExceptEnvs<C, I> where
    C: UnwindSafe,
    I: UnwindSafe

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> From<T> 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.