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