pub struct Grabber<'a, H, R, I>{ /* private fields */ }
Implementations§
Source§impl<'a, H, R, I> Grabber<'a, H, R, I>
impl<'a, H, R, I> Grabber<'a, H, R, I>
pub fn new(h: &'a H) -> Grabber<'a, H, R, I>
pub fn op<S>(self, s: S, f: Filter) -> Grabber<'a, H, R, I>
pub fn conf<S>(self, s: S) -> Grabber<'a, H, R, I>
pub fn env<S>(self, s: S) -> Grabber<'a, H, R, I>
pub fn arg<S>(self, s: S) -> Grabber<'a, H, R, I>
pub fn done(self) -> Option<R>
pub fn def<V>(self, v: V) -> Rwhere
R: From<V>,
pub fn req(self) -> Result<R, ConfError>
Trait Implementations§
Auto Trait Implementations§
impl<'a, H, R, I> Freeze for Grabber<'a, H, R, I>where
R: Freeze,
impl<'a, H, R, I> RefUnwindSafe for Grabber<'a, H, R, I>
impl<'a, H, R, I> Send for Grabber<'a, H, R, I>
impl<'a, H, R, I> Sync for Grabber<'a, H, R, I>
impl<'a, H, R, I> Unpin for Grabber<'a, H, R, I>
impl<'a, H, R, I> UnwindSafe for Grabber<'a, H, R, I>
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