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