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