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