pub struct CommandCatalogRow {
pub group: &'static str,
pub label: &'static str,
pub command: String,
pub summary: String,
}Fields§
§group: &'static str§label: &'static str§command: String§summary: StringTrait Implementations§
Source§impl Clone for CommandCatalogRow
impl Clone for CommandCatalogRow
Source§fn clone(&self) -> CommandCatalogRow
fn clone(&self) -> CommandCatalogRow
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 CommandCatalogRow
impl Debug for CommandCatalogRow
Source§impl Serialize for CommandCatalogRow
impl Serialize for CommandCatalogRow
Source§impl Tabled for CommandCatalogRow
impl Tabled for CommandCatalogRow
Auto Trait Implementations§
impl Freeze for CommandCatalogRow
impl RefUnwindSafe for CommandCatalogRow
impl Send for CommandCatalogRow
impl Sync for CommandCatalogRow
impl Unpin for CommandCatalogRow
impl UnsafeUnpin for CommandCatalogRow
impl UnwindSafe for CommandCatalogRow
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