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 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 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
impl StructuralPartialEq for GetCraftingRecipesAvailable
Auto Trait Implementations§
impl Freeze for GetCraftingRecipesAvailable
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