Struct g_rust::extension::parsers::subparsers::BadgeAndPointLimit
source · pub struct BadgeAndPointLimit {
pub badge_id: i32,
pub limit: i32,
}
Fields§
§badge_id: i32
§limit: i32
Trait Implementations§
source§impl Clone for BadgeAndPointLimit
impl Clone for BadgeAndPointLimit
source§fn clone(&self) -> BadgeAndPointLimit
fn clone(&self) -> BadgeAndPointLimit
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 BadgeAndPointLimit
impl Debug for BadgeAndPointLimit
source§impl Default for BadgeAndPointLimit
impl Default for BadgeAndPointLimit
source§fn default() -> BadgeAndPointLimit
fn default() -> BadgeAndPointLimit
Returns the “default value” for a type. Read more
source§impl PacketVariable for BadgeAndPointLimit
impl PacketVariable for BadgeAndPointLimit
source§impl PartialEq<BadgeAndPointLimit> for BadgeAndPointLimit
impl PartialEq<BadgeAndPointLimit> for BadgeAndPointLimit
source§fn eq(&self, other: &BadgeAndPointLimit) -> bool
fn eq(&self, other: &BadgeAndPointLimit) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BadgeAndPointLimit
Auto Trait Implementations§
impl RefUnwindSafe for BadgeAndPointLimit
impl Send for BadgeAndPointLimit
impl Sync for BadgeAndPointLimit
impl Unpin for BadgeAndPointLimit
impl UnwindSafe for BadgeAndPointLimit
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