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