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