pub struct Enver {}
Trait Implementations§
Source§impl<'a> Getter<'a, String> for Enver
impl<'a> Getter<'a, String> for Enver
type Iter = IntoIter<String>
fn value<S>(&self, s: S, f: Filter) -> Option<String>
fn values<S>( &self, s: S, f: Filter, ) -> Option<<Enver as Getter<'a, String>>::Iter>
fn local_value<S>(&self, s: S, f: Filter) -> Option<PathBuf>
fn bool_flag<S>(&self, s: S, f: Filter) -> bool
fn sub<S>(&self, _: S, _: Filter) -> bool
fn wrap<R2, F>(self, f: F) -> Wrapper<Self, F, R>where
F: Fn(R) -> R2,
fn hold<B, RB>(self, b: B) -> Holder<'a, Self, B, R, RB>
fn grab(&'a self) -> Grabber<'a, Self, R, Self::Iter>
fn grab_local(&'a self) -> LocalGrabber<'a, Self, R, Self::Iter>
fn grab_multi(&'a self) -> MultiGrabber<'a, Self, R>
Auto Trait Implementations§
impl Freeze for Enver
impl RefUnwindSafe for Enver
impl Send for Enver
impl Sync for Enver
impl Unpin for Enver
impl UnwindSafe for Enver
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