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