pub struct Quest {
pub quest: QuestMessageData,
}
Fields§
§quest: QuestMessageData
Trait Implementations§
Source§impl BaseParser for Quest
impl BaseParser for Quest
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 PacketVariable for Quest
impl PacketVariable for Quest
impl StructuralPartialEq for Quest
Auto Trait Implementations§
impl Freeze for Quest
impl RefUnwindSafe for Quest
impl Send for Quest
impl Sync for Quest
impl Unpin for Quest
impl UnwindSafe for Quest
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