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