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