pub struct DtoInheritMembersUser {Show 16 fields
pub access_level: Option<Value>,
pub type: Option<Value>,
pub locked: Option<bool>,
pub freeze: Option<bool>,
pub created_at: Option<String>,
pub inviter: Option<Value>,
pub join_time: Option<String>,
pub email_verification: Option<String>,
pub nickname: Option<String>,
pub email: Option<String>,
pub id: Option<String>,
pub avatar: Option<String>,
pub verified: Option<i64>,
pub username: Option<String>,
pub verified_expire_in: Option<String>,
pub self_member: Option<bool>,
}
Expand description
DtoInheritMembersUser 模型
Fields§
§access_level: Option<Value>
§type: Option<Value>
§locked: Option<bool>
§freeze: Option<bool>
§created_at: Option<String>
§inviter: Option<Value>
§join_time: Option<String>
§email_verification: Option<String>
§nickname: Option<String>
§email: Option<String>
§id: Option<String>
§avatar: Option<String>
§verified: Option<i64>
§username: Option<String>
§verified_expire_in: Option<String>
§self_member: Option<bool>
Trait Implementations§
Source§impl Clone for DtoInheritMembersUser
impl Clone for DtoInheritMembersUser
Source§fn clone(&self) -> DtoInheritMembersUser
fn clone(&self) -> DtoInheritMembersUser
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 DtoInheritMembersUser
impl Debug for DtoInheritMembersUser
Source§impl<'de> Deserialize<'de> for DtoInheritMembersUser
impl<'de> Deserialize<'de> for DtoInheritMembersUser
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 DtoInheritMembersUser
impl RefUnwindSafe for DtoInheritMembersUser
impl Send for DtoInheritMembersUser
impl Sync for DtoInheritMembersUser
impl Unpin for DtoInheritMembersUser
impl UnwindSafe for DtoInheritMembersUser
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