pub struct GetLimitedOfferAppearingNext {}
Trait Implementations§
Source§impl BaseParser for GetLimitedOfferAppearingNext
impl BaseParser for GetLimitedOfferAppearingNext
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 GetLimitedOfferAppearingNext
impl Clone for GetLimitedOfferAppearingNext
Source§fn clone(&self) -> GetLimitedOfferAppearingNext
fn clone(&self) -> GetLimitedOfferAppearingNext
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 GetLimitedOfferAppearingNext
impl Debug for GetLimitedOfferAppearingNext
Source§impl Default for GetLimitedOfferAppearingNext
impl Default for GetLimitedOfferAppearingNext
Source§fn default() -> GetLimitedOfferAppearingNext
fn default() -> GetLimitedOfferAppearingNext
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetLimitedOfferAppearingNext
impl PartialEq for GetLimitedOfferAppearingNext
Source§fn eq(&self, other: &GetLimitedOfferAppearingNext) -> bool
fn eq(&self, other: &GetLimitedOfferAppearingNext) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetLimitedOfferAppearingNext
Auto Trait Implementations§
impl Freeze for GetLimitedOfferAppearingNext
impl RefUnwindSafe for GetLimitedOfferAppearingNext
impl Send for GetLimitedOfferAppearingNext
impl Sync for GetLimitedOfferAppearingNext
impl Unpin for GetLimitedOfferAppearingNext
impl UnwindSafe for GetLimitedOfferAppearingNext
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