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