pub struct MultiGrabber<'a, G, R>{ /* private fields */ }
Implementations§
Source§impl<'a, G, R> MultiGrabber<'a, G, R>
impl<'a, G, R> MultiGrabber<'a, G, R>
pub fn new(g: &'a G) -> MultiGrabber<'a, G, R>
pub fn op<S>(self, s: S, f: Filter) -> MultiGrabber<'a, G, R>
pub fn conf<S>(self, s: S) -> MultiGrabber<'a, G, R>
pub fn env<S>(self, s: S) -> MultiGrabber<'a, G, R>
pub fn arg<S>(self, s: S) -> MultiGrabber<'a, G, R>
pub fn done(self) -> Option<<G as Getter<'a, R>>::Iter>
pub fn req(self) -> Result<<G as Getter<'a, R>>::Iter, ConfError>
Auto Trait Implementations§
impl<'a, G, R> Freeze for MultiGrabber<'a, G, R>
impl<'a, G, R> RefUnwindSafe for MultiGrabber<'a, G, R>
impl<'a, G, R> Send for MultiGrabber<'a, G, R>
impl<'a, G, R> Sync for MultiGrabber<'a, G, R>
impl<'a, G, R> Unpin for MultiGrabber<'a, G, R>
impl<'a, G, R> UnwindSafe for MultiGrabber<'a, G, R>
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