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 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 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 for BadgeAndPointLimit
impl PartialEq for BadgeAndPointLimit
impl StructuralPartialEq for BadgeAndPointLimit
Auto Trait Implementations§
impl Freeze for BadgeAndPointLimit
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