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