pub struct MatchesWithOutput<P>where
P: Parser,{
matches: ArgMatches,
parser: PhantomData<P>,
}
Fields§
§matches: ArgMatches
§parser: PhantomData<P>
Implementations§
Trait Implementations§
source§impl<P> MatchesFromParser<P> for MatchesWithOutput<P>where
P: Parser,
impl<P> MatchesFromParser<P> for MatchesWithOutput<P>where
P: Parser,
Auto Trait Implementations§
impl<P> Freeze for MatchesWithOutput<P>
impl<P> !RefUnwindSafe for MatchesWithOutput<P>
impl<P> Send for MatchesWithOutput<P>where
P: Send,
impl<P> Sync for MatchesWithOutput<P>where
P: Sync,
impl<P> Unpin for MatchesWithOutput<P>where
P: Unpin,
impl<P> !UnwindSafe for MatchesWithOutput<P>
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