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