pub struct SellablePetPaletteData {
pub palette_type: i32,
pub breed_id: LegacyId,
pub palette_id: LegacyId,
pub sellable: bool,
pub rare: bool,
}
Fields§
§palette_type: i32
§breed_id: LegacyId
§palette_id: LegacyId
§sellable: bool
§rare: bool
Trait Implementations§
Source§impl Clone for SellablePetPaletteData
impl Clone for SellablePetPaletteData
Source§fn clone(&self) -> SellablePetPaletteData
fn clone(&self) -> SellablePetPaletteData
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 SellablePetPaletteData
impl Debug for SellablePetPaletteData
Source§impl Default for SellablePetPaletteData
impl Default for SellablePetPaletteData
Source§fn default() -> SellablePetPaletteData
fn default() -> SellablePetPaletteData
Returns the “default value” for a type. Read more
Source§impl PartialEq for SellablePetPaletteData
impl PartialEq for SellablePetPaletteData
impl StructuralPartialEq for SellablePetPaletteData
Auto Trait Implementations§
impl Freeze for SellablePetPaletteData
impl RefUnwindSafe for SellablePetPaletteData
impl Send for SellablePetPaletteData
impl Sync for SellablePetPaletteData
impl Unpin for SellablePetPaletteData
impl UnwindSafe for SellablePetPaletteData
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