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