pub struct MatchOutcome<'a> {
pub chain: Vec<String>,
pub node: Option<&'a CommandNode>,
pub trailing: Vec<OsString>,
pub wants_help: bool,
}Fields§
§chain: Vec<String>§node: Option<&'a CommandNode>§trailing: Vec<OsString>§wants_help: boolTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MatchOutcome<'a>
impl<'a> RefUnwindSafe for MatchOutcome<'a>
impl<'a> Send for MatchOutcome<'a>
impl<'a> Sync for MatchOutcome<'a>
impl<'a> Unpin for MatchOutcome<'a>
impl<'a> UnsafeUnpin for MatchOutcome<'a>
impl<'a> UnwindSafe for MatchOutcome<'a>
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