pub struct GetSellablePetPalettes {
pub localization_id: String,
}
Fields§
§localization_id: String
Trait Implementations§
Source§impl BaseParser for GetSellablePetPalettes
impl BaseParser for GetSellablePetPalettes
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for GetSellablePetPalettes
impl Clone for GetSellablePetPalettes
Source§fn clone(&self) -> GetSellablePetPalettes
fn clone(&self) -> GetSellablePetPalettes
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 GetSellablePetPalettes
impl Debug for GetSellablePetPalettes
Source§impl Default for GetSellablePetPalettes
impl Default for GetSellablePetPalettes
Source§fn default() -> GetSellablePetPalettes
fn default() -> GetSellablePetPalettes
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetSellablePetPalettes
impl PartialEq for GetSellablePetPalettes
impl StructuralPartialEq for GetSellablePetPalettes
Auto Trait Implementations§
impl Freeze for GetSellablePetPalettes
impl RefUnwindSafe for GetSellablePetPalettes
impl Send for GetSellablePetPalettes
impl Sync for GetSellablePetPalettes
impl Unpin for GetSellablePetPalettes
impl UnwindSafe for GetSellablePetPalettes
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