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