pub struct ParseCollect;
Trait Implementations§
Source§impl<T> TypedAction<Vec<T>> for ParseCollectwhere
T: 'static + FromCommandLine + Clone,
impl<T> TypedAction<Vec<T>> for ParseCollectwhere
T: 'static + FromCommandLine + Clone,
Auto Trait Implementations§
impl Freeze for ParseCollect
impl RefUnwindSafe for ParseCollect
impl Send for ParseCollect
impl Sync for ParseCollect
impl Unpin for ParseCollect
impl UnwindSafe for ParseCollect
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