pub struct SubcommandMatch {
pub name: String,
pub description: String,
}Fields§
§name: String§description: StringTrait Implementations§
Source§impl Clone for SubcommandMatch
impl Clone for SubcommandMatch
Source§fn clone(&self) -> SubcommandMatch
fn clone(&self) -> SubcommandMatch
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 SubcommandMatch
impl Debug for SubcommandMatch
Source§impl<'de> Deserialize<'de> for SubcommandMatch
impl<'de> Deserialize<'de> for SubcommandMatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SubcommandMatch
Source§impl PartialEq for SubcommandMatch
impl PartialEq for SubcommandMatch
Source§impl Serialize for SubcommandMatch
impl Serialize for SubcommandMatch
impl StructuralPartialEq for SubcommandMatch
Auto Trait Implementations§
impl Freeze for SubcommandMatch
impl RefUnwindSafe for SubcommandMatch
impl Send for SubcommandMatch
impl Sync for SubcommandMatch
impl Unpin for SubcommandMatch
impl UnsafeUnpin for SubcommandMatch
impl UnwindSafe for SubcommandMatch
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