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