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