pub struct GetCraftingRecipesAvailable {
pub crafting_table_id: LegacyId,
pub selected_ingredient_ids: Vec<LegacyId>,
}
Fields§
§crafting_table_id: LegacyId
§selected_ingredient_ids: Vec<LegacyId>
Trait Implementations§
source§impl BaseParser for GetCraftingRecipesAvailable
impl BaseParser for GetCraftingRecipesAvailable
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for GetCraftingRecipesAvailable
impl Clone for GetCraftingRecipesAvailable
source§fn clone(&self) -> GetCraftingRecipesAvailable
fn clone(&self) -> GetCraftingRecipesAvailable
Returns a copy 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 GetCraftingRecipesAvailable
impl Debug for GetCraftingRecipesAvailable
source§impl Default for GetCraftingRecipesAvailable
impl Default for GetCraftingRecipesAvailable
source§fn default() -> GetCraftingRecipesAvailable
fn default() -> GetCraftingRecipesAvailable
Returns the “default value” for a type. Read more
source§impl PartialEq<GetCraftingRecipesAvailable> for GetCraftingRecipesAvailable
impl PartialEq<GetCraftingRecipesAvailable> for GetCraftingRecipesAvailable
source§fn eq(&self, other: &GetCraftingRecipesAvailable) -> bool
fn eq(&self, other: &GetCraftingRecipesAvailable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetCraftingRecipesAvailable
Auto Trait Implementations§
impl RefUnwindSafe for GetCraftingRecipesAvailable
impl Send for GetCraftingRecipesAvailable
impl Sync for GetCraftingRecipesAvailable
impl Unpin for GetCraftingRecipesAvailable
impl UnwindSafe for GetCraftingRecipesAvailable
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