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 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 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 for OutfitData
impl PartialEq for OutfitData
impl StructuralPartialEq for OutfitData
Auto Trait Implementations§
impl Freeze for OutfitData
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