pub struct ShowMysteryBoxWait {}
Trait Implementations§
Source§impl BaseParser for ShowMysteryBoxWait
impl BaseParser for ShowMysteryBoxWait
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 ShowMysteryBoxWait
impl Clone for ShowMysteryBoxWait
Source§fn clone(&self) -> ShowMysteryBoxWait
fn clone(&self) -> ShowMysteryBoxWait
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 ShowMysteryBoxWait
impl Debug for ShowMysteryBoxWait
Source§impl Default for ShowMysteryBoxWait
impl Default for ShowMysteryBoxWait
Source§fn default() -> ShowMysteryBoxWait
fn default() -> ShowMysteryBoxWait
Returns the “default value” for a type. Read more
Source§impl PacketVariable for ShowMysteryBoxWait
impl PacketVariable for ShowMysteryBoxWait
Source§impl PartialEq for ShowMysteryBoxWait
impl PartialEq for ShowMysteryBoxWait
impl StructuralPartialEq for ShowMysteryBoxWait
Auto Trait Implementations§
impl Freeze for ShowMysteryBoxWait
impl RefUnwindSafe for ShowMysteryBoxWait
impl Send for ShowMysteryBoxWait
impl Sync for ShowMysteryBoxWait
impl Unpin for ShowMysteryBoxWait
impl UnwindSafe for ShowMysteryBoxWait
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