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