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