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