pub struct AojUserRanking {
pub total_user_count: u32,
pub users: Vec<AojUser>,
}
Fields§
§total_user_count: u32
§users: Vec<AojUser>
Trait Implementations§
Source§impl Debug for AojUserRanking
impl Debug for AojUserRanking
Source§impl<'de> Deserialize<'de> for AojUserRanking
impl<'de> Deserialize<'de> for AojUserRanking
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 Ord for AojUserRanking
impl Ord for AojUserRanking
Source§fn cmp(&self, other: &AojUserRanking) -> Ordering
fn cmp(&self, other: &AojUserRanking) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AojUserRanking
impl PartialEq for AojUserRanking
Source§impl PartialOrd for AojUserRanking
impl PartialOrd for AojUserRanking
impl Eq for AojUserRanking
impl StructuralPartialEq for AojUserRanking
Auto Trait Implementations§
impl Freeze for AojUserRanking
impl RefUnwindSafe for AojUserRanking
impl Send for AojUserRanking
impl Sync for AojUserRanking
impl Unpin for AojUserRanking
impl UnwindSafe for AojUserRanking
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