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