pub struct CommandCatalogEntry {
pub name: &'static str,
pub group: CommandGroup,
}Fields§
§name: &'static str§group: CommandGroupTrait Implementations§
Source§impl Clone for CommandCatalogEntry
impl Clone for CommandCatalogEntry
Source§fn clone(&self) -> CommandCatalogEntry
fn clone(&self) -> CommandCatalogEntry
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 CommandCatalogEntry
impl Debug for CommandCatalogEntry
impl Copy for CommandCatalogEntry
Auto Trait Implementations§
impl Freeze for CommandCatalogEntry
impl RefUnwindSafe for CommandCatalogEntry
impl Send for CommandCatalogEntry
impl Sync for CommandCatalogEntry
impl Unpin for CommandCatalogEntry
impl UnsafeUnpin for CommandCatalogEntry
impl UnwindSafe for CommandCatalogEntry
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