Struct g_rust::extension::parsers::subparsers::OutfitData
source · pub struct OutfitData {
pub slot_id: i32,
pub figure_string: String,
pub gender: String,
}
Fields§
§slot_id: i32
§figure_string: String
§gender: String
Trait Implementations§
source§impl Clone for OutfitData
impl Clone for OutfitData
source§fn clone(&self) -> OutfitData
fn clone(&self) -> OutfitData
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 OutfitData
impl Debug for OutfitData
source§impl Default for OutfitData
impl Default for OutfitData
source§fn default() -> OutfitData
fn default() -> OutfitData
Returns the “default value” for a type. Read more
source§impl PacketVariable for OutfitData
impl PacketVariable for OutfitData
source§impl PartialEq<OutfitData> for OutfitData
impl PartialEq<OutfitData> for OutfitData
source§fn eq(&self, other: &OutfitData) -> bool
fn eq(&self, other: &OutfitData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for OutfitData
Auto Trait Implementations§
impl RefUnwindSafe for OutfitData
impl Send for OutfitData
impl Sync for OutfitData
impl Unpin for OutfitData
impl UnwindSafe for OutfitData
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