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 copy 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<ShowMysteryBoxWait> for ShowMysteryBoxWait
impl PartialEq<ShowMysteryBoxWait> for ShowMysteryBoxWait
source§fn eq(&self, other: &ShowMysteryBoxWait) -> bool
fn eq(&self, other: &ShowMysteryBoxWait) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ShowMysteryBoxWait
Auto Trait Implementations§
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