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