pub struct ServersideClientCommand {
pub command: ClientCommand,
}Fields§
§command: ClientCommandImplementations§
Trait Implementations§
Source§impl Clone for ServersideClientCommand
impl Clone for ServersideClientCommand
Source§fn clone(&self) -> ServersideClientCommand
fn clone(&self) -> ServersideClientCommand
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 ServersideClientCommand
impl Debug for ServersideClientCommand
Source§impl IntoPacket<ServersidePlayPacket> for ServersideClientCommand
impl IntoPacket<ServersidePlayPacket> for ServersideClientCommand
fn into_packet(self) -> ServersidePlayPacket
Source§impl PartialEq for ServersideClientCommand
impl PartialEq for ServersideClientCommand
Source§fn eq(&self, other: &ServersideClientCommand) -> bool
fn eq(&self, other: &ServersideClientCommand) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServersideClientCommand
Auto Trait Implementations§
impl Freeze for ServersideClientCommand
impl RefUnwindSafe for ServersideClientCommand
impl Send for ServersideClientCommand
impl Sync for ServersideClientCommand
impl Unpin for ServersideClientCommand
impl UnsafeUnpin for ServersideClientCommand
impl UnwindSafe for ServersideClientCommand
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