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