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