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