Struct qcs_api::models::user::User [−][src]
pub struct User {
pub created_time: String,
pub id: i32,
pub idp_id: String,
pub profile: Option<Box<UserProfile>>,
}Fields
created_time: Stringid: i32idp_id: Stringprofile: Option<Box<UserProfile>>Implementations
Trait Implementations
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 RefUnwindSafe for User
impl UnwindSafe for User
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more