pub struct GotMysteryBoxPrize {
pub content_type: String,
pub class_id: i32,
}
Fields§
§content_type: String
§class_id: i32
Trait Implementations§
Source§impl BaseParser for GotMysteryBoxPrize
impl BaseParser for GotMysteryBoxPrize
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 GotMysteryBoxPrize
impl Clone for GotMysteryBoxPrize
Source§fn clone(&self) -> GotMysteryBoxPrize
fn clone(&self) -> GotMysteryBoxPrize
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 GotMysteryBoxPrize
impl Debug for GotMysteryBoxPrize
Source§impl Default for GotMysteryBoxPrize
impl Default for GotMysteryBoxPrize
Source§fn default() -> GotMysteryBoxPrize
fn default() -> GotMysteryBoxPrize
Returns the “default value” for a type. Read more
Source§impl PacketVariable for GotMysteryBoxPrize
impl PacketVariable for GotMysteryBoxPrize
Source§impl PartialEq for GotMysteryBoxPrize
impl PartialEq for GotMysteryBoxPrize
impl StructuralPartialEq for GotMysteryBoxPrize
Auto Trait Implementations§
impl Freeze for GotMysteryBoxPrize
impl RefUnwindSafe for GotMysteryBoxPrize
impl Send for GotMysteryBoxPrize
impl Sync for GotMysteryBoxPrize
impl Unpin for GotMysteryBoxPrize
impl UnwindSafe for GotMysteryBoxPrize
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