pub struct PredictionTopPredictor {
pub user_id: String,
pub user_name: String,
pub user_login: String,
pub channel_points_used: i64,
pub channel_points_won: i64,
}
Fields§
§user_id: String
§user_name: String
§user_login: String
§channel_points_used: i64
§channel_points_won: i64
Trait Implementations§
Source§impl Clone for PredictionTopPredictor
impl Clone for PredictionTopPredictor
Source§fn clone(&self) -> PredictionTopPredictor
fn clone(&self) -> PredictionTopPredictor
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 PredictionTopPredictor
impl Debug for PredictionTopPredictor
Source§impl<'de> Deserialize<'de> for PredictionTopPredictor
impl<'de> Deserialize<'de> for PredictionTopPredictor
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
Auto Trait Implementations§
impl Freeze for PredictionTopPredictor
impl RefUnwindSafe for PredictionTopPredictor
impl Send for PredictionTopPredictor
impl Sync for PredictionTopPredictor
impl Unpin for PredictionTopPredictor
impl UnwindSafe for PredictionTopPredictor
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