pub struct AojUserStatus {
pub solved: u32,
}
Fields§
§solved: u32
Trait Implementations§
Source§impl Debug for AojUserStatus
impl Debug for AojUserStatus
Source§impl<'de> Deserialize<'de> for AojUserStatus
impl<'de> Deserialize<'de> for AojUserStatus
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 AojUserStatus
impl Ord for AojUserStatus
Source§fn cmp(&self, other: &AojUserStatus) -> Ordering
fn cmp(&self, other: &AojUserStatus) -> 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 AojUserStatus
impl PartialEq for AojUserStatus
Source§impl PartialOrd for AojUserStatus
impl PartialOrd for AojUserStatus
impl Eq for AojUserStatus
impl StructuralPartialEq for AojUserStatus
Auto Trait Implementations§
impl Freeze for AojUserStatus
impl RefUnwindSafe for AojUserStatus
impl Send for AojUserStatus
impl Sync for AojUserStatus
impl Unpin for AojUserStatus
impl UnwindSafe for AojUserStatus
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