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