pub struct SubcommandMatches {
pub entries: Vec<SubcommandMatch>,
pub pending: bool,
}Fields§
§entries: Vec<SubcommandMatch>§pending: boolTrait Implementations§
Source§impl Clone for SubcommandMatches
impl Clone for SubcommandMatches
Source§fn clone(&self) -> SubcommandMatches
fn clone(&self) -> SubcommandMatches
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubcommandMatches
impl Debug for SubcommandMatches
impl Eq for SubcommandMatches
Source§impl PartialEq for SubcommandMatches
impl PartialEq for SubcommandMatches
impl StructuralPartialEq for SubcommandMatches
Auto Trait Implementations§
impl Freeze for SubcommandMatches
impl RefUnwindSafe for SubcommandMatches
impl Send for SubcommandMatches
impl Sync for SubcommandMatches
impl Unpin for SubcommandMatches
impl UnsafeUnpin for SubcommandMatches
impl UnwindSafe for SubcommandMatches
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