pub struct ClubGiftSelected {
pub product_code: String,
pub products: Vec<CatalogPageMessageProductData>,
}
Fields§
§product_code: String
§products: Vec<CatalogPageMessageProductData>
Trait Implementations§
source§impl BaseParser for ClubGiftSelected
impl BaseParser for ClubGiftSelected
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 ClubGiftSelected
impl Clone for ClubGiftSelected
source§fn clone(&self) -> ClubGiftSelected
fn clone(&self) -> ClubGiftSelected
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 ClubGiftSelected
impl Debug for ClubGiftSelected
source§impl Default for ClubGiftSelected
impl Default for ClubGiftSelected
source§fn default() -> ClubGiftSelected
fn default() -> ClubGiftSelected
Returns the “default value” for a type. Read more
source§impl PacketVariable for ClubGiftSelected
impl PacketVariable for ClubGiftSelected
source§impl PartialEq<ClubGiftSelected> for ClubGiftSelected
impl PartialEq<ClubGiftSelected> for ClubGiftSelected
source§fn eq(&self, other: &ClubGiftSelected) -> bool
fn eq(&self, other: &ClubGiftSelected) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ClubGiftSelected
Auto Trait Implementations§
impl RefUnwindSafe for ClubGiftSelected
impl Send for ClubGiftSelected
impl Sync for ClubGiftSelected
impl Unpin for ClubGiftSelected
impl UnwindSafe for ClubGiftSelected
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