pub struct PlayDeclareRecipesSpec {
pub recipes: CountedArray<RecipeSpec, VarInt>,
}Fields§
§recipes: CountedArray<RecipeSpec, VarInt>Trait Implementations§
Source§impl Clone for PlayDeclareRecipesSpec
impl Clone for PlayDeclareRecipesSpec
Source§fn clone(&self) -> PlayDeclareRecipesSpec
fn clone(&self) -> PlayDeclareRecipesSpec
Returns a duplicate of the value. Read more
1.0.0 · 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 PlayDeclareRecipesSpec
impl Debug for PlayDeclareRecipesSpec
Source§impl Deserialize for PlayDeclareRecipesSpec
impl Deserialize for PlayDeclareRecipesSpec
fn mc_deserialize(_rest: &[u8]) -> DeserializeResult<'_, Self>
Source§impl From<CountedArray<RecipeSpec, VarInt>> for PlayDeclareRecipesSpec
impl From<CountedArray<RecipeSpec, VarInt>> for PlayDeclareRecipesSpec
Source§fn from(other: CountedArray<RecipeSpec, VarInt>) -> Self
fn from(other: CountedArray<RecipeSpec, VarInt>) -> Self
Converts to this type from the input type.
Source§impl From<PlayDeclareRecipesSpec> for CountedArray<RecipeSpec, VarInt>
impl From<PlayDeclareRecipesSpec> for CountedArray<RecipeSpec, VarInt>
Source§fn from(other: PlayDeclareRecipesSpec) -> Self
fn from(other: PlayDeclareRecipesSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PlayDeclareRecipesSpec
impl PartialEq for PlayDeclareRecipesSpec
Source§impl Serialize for PlayDeclareRecipesSpec
impl Serialize for PlayDeclareRecipesSpec
fn mc_serialize<S: Serializer>(&self, to: &mut S) -> SerializeResult
impl StructuralPartialEq for PlayDeclareRecipesSpec
Auto Trait Implementations§
impl Freeze for PlayDeclareRecipesSpec
impl RefUnwindSafe for PlayDeclareRecipesSpec
impl Send for PlayDeclareRecipesSpec
impl Sync for PlayDeclareRecipesSpec
impl Unpin for PlayDeclareRecipesSpec
impl UnwindSafe for PlayDeclareRecipesSpec
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