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