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