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