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