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