pub enum ClientCommand {
PerformRespawn,
RequestStats,
}Expand description
Команда клиента
Variants§
Trait Implementations§
Source§impl Buffer for ClientCommand
impl Buffer for ClientCommand
Source§impl Clone for ClientCommand
impl Clone for ClientCommand
Source§fn clone(&self) -> ClientCommand
fn clone(&self) -> ClientCommand
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 ClientCommand
impl Debug for ClientCommand
Source§impl PartialEq for ClientCommand
impl PartialEq for ClientCommand
Source§fn eq(&self, other: &ClientCommand) -> bool
fn eq(&self, other: &ClientCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ClientCommand
impl PartialOrd for ClientCommand
impl Copy for ClientCommand
impl StructuralPartialEq for ClientCommand
Auto Trait Implementations§
impl Freeze for ClientCommand
impl RefUnwindSafe for ClientCommand
impl Send for ClientCommand
impl Sync for ClientCommand
impl Unpin for ClientCommand
impl UnsafeUnpin for ClientCommand
impl UnwindSafe for ClientCommand
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