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