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