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