pub struct OnConsoleCommand;Expand description
Called when someone enters a command-like message regardless of it being a valid command.
Implementations§
Trait Implementations§
Source§impl Clone for OnConsoleCommand
impl Clone for OnConsoleCommand
Source§fn clone(&self) -> OnConsoleCommand
fn clone(&self) -> OnConsoleCommand
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 moreimpl Copy for OnConsoleCommand
Source§impl Debug for OnConsoleCommand
impl Debug for OnConsoleCommand
impl Eq for OnConsoleCommand
Source§impl PartialEq for OnConsoleCommand
impl PartialEq for OnConsoleCommand
impl StructuralPartialEq for OnConsoleCommand
Auto Trait Implementations§
impl Freeze for OnConsoleCommand
impl RefUnwindSafe for OnConsoleCommand
impl Send for OnConsoleCommand
impl Sync for OnConsoleCommand
impl Unpin for OnConsoleCommand
impl UnsafeUnpin for OnConsoleCommand
impl UnwindSafe for OnConsoleCommand
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