pub struct CommandSummary {
pub name: String,
pub description: String,
pub tags: Option<Vec<String>>,
}Fields§
§name: String§description: StringTrait Implementations§
Source§impl Clone for CommandSummary
impl Clone for CommandSummary
Source§fn clone(&self) -> CommandSummary
fn clone(&self) -> CommandSummary
Returns a duplicate of the value. Read more
1.0.0 · 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 CommandSummary
impl Debug for CommandSummary
Source§impl PartialEq for CommandSummary
impl PartialEq for CommandSummary
Source§impl Serialize for CommandSummary
impl Serialize for CommandSummary
impl Eq for CommandSummary
impl StructuralPartialEq for CommandSummary
Auto Trait Implementations§
impl Freeze for CommandSummary
impl RefUnwindSafe for CommandSummary
impl Send for CommandSummary
impl Sync for CommandSummary
impl Unpin for CommandSummary
impl UnsafeUnpin for CommandSummary
impl UnwindSafe for CommandSummary
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