pub struct CommandMatch {
pub name: String,
pub description: String,
pub description_pending: bool,
}Fields§
§name: String§description: String§description_pending: boolTrait Implementations§
Source§impl Clone for CommandMatch
impl Clone for CommandMatch
Source§fn clone(&self) -> CommandMatch
fn clone(&self) -> CommandMatch
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 CommandMatch
impl Debug for CommandMatch
impl Eq for CommandMatch
Source§impl PartialEq for CommandMatch
impl PartialEq for CommandMatch
impl StructuralPartialEq for CommandMatch
Auto Trait Implementations§
impl Freeze for CommandMatch
impl RefUnwindSafe for CommandMatch
impl Send for CommandMatch
impl Sync for CommandMatch
impl Unpin for CommandMatch
impl UnsafeUnpin for CommandMatch
impl UnwindSafe for CommandMatch
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