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