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