Struct ugg_types::client_summoner::RerollPoints
source · pub struct RerollPoints {
pub current_points: i64,
pub max_rolls: i64,
pub number_of_rolls: i64,
pub points_cost_to_roll: i64,
pub points_to_reroll: i64,
}Fields§
§current_points: i64§max_rolls: i64§number_of_rolls: i64§points_cost_to_roll: i64§points_to_reroll: i64Trait Implementations§
source§impl Clone for RerollPoints
impl Clone for RerollPoints
source§fn clone(&self) -> RerollPoints
fn clone(&self) -> RerollPoints
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 RerollPoints
impl Debug for RerollPoints
source§impl Default for RerollPoints
impl Default for RerollPoints
source§fn default() -> RerollPoints
fn default() -> RerollPoints
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for RerollPoints
impl<'de> Deserialize<'de> for RerollPoints
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<RerollPoints> for RerollPoints
impl PartialEq<RerollPoints> for RerollPoints
source§fn eq(&self, other: &RerollPoints) -> bool
fn eq(&self, other: &RerollPoints) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RerollPoints
impl Serialize for RerollPoints
impl Eq for RerollPoints
impl StructuralEq for RerollPoints
impl StructuralPartialEq for RerollPoints
Auto Trait Implementations§
impl RefUnwindSafe for RerollPoints
impl Send for RerollPoints
impl Sync for RerollPoints
impl Unpin for RerollPoints
impl UnwindSafe for RerollPoints
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