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