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