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