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 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 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 for GetProductOffer
impl PartialEq for GetProductOffer
impl StructuralPartialEq for GetProductOffer
Auto Trait Implementations§
impl Freeze for GetProductOffer
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