pub struct PlayPlayerListHeaderAndFooterSpec {
pub header: Chat,
pub footer: Chat,
}
Fields§
§header: Chat
Trait Implementations§
Source§fn clone(&self) -> PlayPlayerListHeaderAndFooterSpec
fn clone(&self) -> PlayPlayerListHeaderAndFooterSpec
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 morefn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§fn from(other: PlayPlayerListHeaderAndFooterSpec) -> Self
fn from(other: PlayPlayerListHeaderAndFooterSpec) -> Self
Converts to this type from the input type.
Source§fn eq(&self, other: &PlayPlayerListHeaderAndFooterSpec) -> bool
fn eq(&self, other: &PlayPlayerListHeaderAndFooterSpec) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
Auto Trait Implementations§
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