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