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