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 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 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<GetCraftingRecipe> for GetCraftingRecipe
impl PartialEq<GetCraftingRecipe> for GetCraftingRecipe
source§fn eq(&self, other: &GetCraftingRecipe) -> bool
fn eq(&self, other: &GetCraftingRecipe) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetCraftingRecipe
Auto Trait Implementations§
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