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