[−][src]Struct work_tock_lib::grabber::MultiGrabber
Implementations
impl<'a, G, R> MultiGrabber<'a, G, R> where
G: Getter<'a, R>,
R: PartialEq<R> + Debug + Display,
[src]
G: Getter<'a, R>,
R: PartialEq<R> + Debug + Display,
pub fn new(g: &'a G) -> MultiGrabber<'a, G, R>
[src]
pub fn op<S>(self, s: S, f: Filter) -> MultiGrabber<'a, G, R> where
S: AsRef<str>,
[src]
S: AsRef<str>,
pub fn conf<S>(self, s: S) -> MultiGrabber<'a, G, R> where
S: AsRef<str>,
[src]
S: AsRef<str>,
pub fn env<S>(self, s: S) -> MultiGrabber<'a, G, R> where
S: AsRef<str>,
[src]
S: AsRef<str>,
pub fn arg<S>(self, s: S) -> MultiGrabber<'a, G, R> where
S: AsRef<str>,
[src]
S: AsRef<str>,
pub fn done(self) -> Option<<G as Getter<'a, R>>::Iter>
[src]
pub fn req(self) -> Result<<G as Getter<'a, R>>::Iter, ConfError>
[src]
Auto Trait Implementations
impl<'a, G, R> RefUnwindSafe for MultiGrabber<'a, G, R> where
G: RefUnwindSafe,
<G as Getter<'a, R>>::Iter: RefUnwindSafe,
G: RefUnwindSafe,
<G as Getter<'a, R>>::Iter: RefUnwindSafe,
impl<'a, G, R> Send for MultiGrabber<'a, G, R> where
G: Sync,
<G as Getter<'a, R>>::Iter: Send,
G: Sync,
<G as Getter<'a, R>>::Iter: Send,
impl<'a, G, R> Sync for MultiGrabber<'a, G, R> where
G: Sync,
<G as Getter<'a, R>>::Iter: Sync,
G: Sync,
<G as Getter<'a, R>>::Iter: Sync,
impl<'a, G, R> Unpin for MultiGrabber<'a, G, R> where
<G as Getter<'a, R>>::Iter: Unpin,
<G as Getter<'a, R>>::Iter: Unpin,
impl<'a, G, R> UnwindSafe for MultiGrabber<'a, G, R> where
G: RefUnwindSafe,
<G as Getter<'a, R>>::Iter: UnwindSafe,
G: RefUnwindSafe,
<G as Getter<'a, R>>::Iter: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,