[−][src]Struct algorithm_problem_client::AojUserRanking
Fields
total_user_count: u32users: Vec<AojUser>Trait Implementations
impl Ord for AojUserRanking[src]
fn cmp(&self, other: &AojUserRanking) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
fn clamp(self, min: Self, max: Self) -> Self[src]
🔬 This is a nightly-only experimental API. (
clamp)Restrict a value to a certain interval. Read more
impl PartialOrd<AojUserRanking> for AojUserRanking[src]
fn partial_cmp(&self, other: &AojUserRanking) -> Option<Ordering>[src]
fn lt(&self, other: &AojUserRanking) -> bool[src]
fn le(&self, other: &AojUserRanking) -> bool[src]
fn gt(&self, other: &AojUserRanking) -> bool[src]
fn ge(&self, other: &AojUserRanking) -> bool[src]
impl PartialEq<AojUserRanking> for AojUserRanking[src]
fn eq(&self, other: &AojUserRanking) -> bool[src]
fn ne(&self, other: &AojUserRanking) -> bool[src]
impl Eq for AojUserRanking[src]
impl Debug for AojUserRanking[src]
impl<'de> Deserialize<'de> for AojUserRanking[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Unpin for AojUserRanking
impl Send for AojUserRanking
impl Sync for AojUserRanking
impl RefUnwindSafe for AojUserRanking
impl UnwindSafe for AojUserRanking
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> Erased for T
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,