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