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