pub struct ClientboundPlayPlayerChatPreviousmessages {
pub id: i32,
pub signature: Vec<u8>,
}Expand description
Inline data structure used by ClientboundPlayPlayerChat.
Fields§
§id: i32§signature: Vec<u8>Trait Implementations§
Source§impl Clone for ClientboundPlayPlayerChatPreviousmessages
impl Clone for ClientboundPlayPlayerChatPreviousmessages
Source§fn clone(&self) -> ClientboundPlayPlayerChatPreviousmessages
fn clone(&self) -> ClientboundPlayPlayerChatPreviousmessages
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ClientboundPlayPlayerChatPreviousmessages
impl Default for ClientboundPlayPlayerChatPreviousmessages
Source§fn default() -> ClientboundPlayPlayerChatPreviousmessages
fn default() -> ClientboundPlayPlayerChatPreviousmessages
Returns the “default value” for a type. Read more
Source§impl EncodedSize for ClientboundPlayPlayerChatPreviousmessages
impl EncodedSize for ClientboundPlayPlayerChatPreviousmessages
fn encoded_size(&self) -> usize
Source§impl PartialEq for ClientboundPlayPlayerChatPreviousmessages
impl PartialEq for ClientboundPlayPlayerChatPreviousmessages
Source§fn eq(&self, other: &ClientboundPlayPlayerChatPreviousmessages) -> bool
fn eq(&self, other: &ClientboundPlayPlayerChatPreviousmessages) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClientboundPlayPlayerChatPreviousmessages
Auto Trait Implementations§
impl Freeze for ClientboundPlayPlayerChatPreviousmessages
impl RefUnwindSafe for ClientboundPlayPlayerChatPreviousmessages
impl Send for ClientboundPlayPlayerChatPreviousmessages
impl Sync for ClientboundPlayPlayerChatPreviousmessages
impl Unpin for ClientboundPlayPlayerChatPreviousmessages
impl UnsafeUnpin for ClientboundPlayPlayerChatPreviousmessages
impl UnwindSafe for ClientboundPlayPlayerChatPreviousmessages
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