pub struct ExceptEnvs<C, I>{ /* private fields */ }
Expand description
Removes multable keys from the enviroment.
Trait Implementations§
Source§impl<C, I> Clone for ExceptEnvs<C, I>
impl<C, I> Clone for ExceptEnvs<C, I>
Source§fn clone(&self) -> ExceptEnvs<C, I>
fn clone(&self) -> ExceptEnvs<C, I>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl<C, I> Freeze for ExceptEnvs<C, I>
impl<C, I> RefUnwindSafe for ExceptEnvs<C, I>where
C: RefUnwindSafe,
I: RefUnwindSafe,
impl<C, I> Send for ExceptEnvs<C, I>
impl<C, I> Sync for ExceptEnvs<C, I>
impl<C, I> Unpin for ExceptEnvs<C, I>
impl<C, I> UnwindSafe for ExceptEnvs<C, I>where
C: UnwindSafe,
I: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more