Struct g_rust::extension::parsers::subparsers::OutgoingIngredient
source · 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 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 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<OutgoingIngredient> for OutgoingIngredient
impl PartialEq<OutgoingIngredient> for OutgoingIngredient
source§fn eq(&self, other: &OutgoingIngredient) -> bool
fn eq(&self, other: &OutgoingIngredient) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OutgoingIngredient
Auto Trait Implementations§
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