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