pub struct GetCraftingRecipe {
pub product_code: String,
}
Fields§
§product_code: String
Trait Implementations§
Source§impl BaseParser for GetCraftingRecipe
impl BaseParser for GetCraftingRecipe
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 GetCraftingRecipe
impl Clone for GetCraftingRecipe
Source§fn clone(&self) -> GetCraftingRecipe
fn clone(&self) -> GetCraftingRecipe
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 GetCraftingRecipe
impl Debug for GetCraftingRecipe
Source§impl Default for GetCraftingRecipe
impl Default for GetCraftingRecipe
Source§fn default() -> GetCraftingRecipe
fn default() -> GetCraftingRecipe
Returns the “default value” for a type. Read more
Source§impl PacketVariable for GetCraftingRecipe
impl PacketVariable for GetCraftingRecipe
Source§impl PartialEq for GetCraftingRecipe
impl PartialEq for GetCraftingRecipe
impl StructuralPartialEq for GetCraftingRecipe
Auto Trait Implementations§
impl Freeze for GetCraftingRecipe
impl RefUnwindSafe for GetCraftingRecipe
impl Send for GetCraftingRecipe
impl Sync for GetCraftingRecipe
impl Unpin for GetCraftingRecipe
impl UnwindSafe for GetCraftingRecipe
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