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