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