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