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