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