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