Struct scoopit_api::types::User [−][src]
pub struct User {
pub id: u64,
pub name: String,
pub short_name: String,
pub url: String,
pub bio: Option<String>,
pub small_avatar_url: String,
pub medium_avatar_url: String,
pub avatar_url: String,
pub large_avatar_url: String,
pub curated_topics: Option<Vec<Topic>>,
pub followed_topics: Option<Vec<Topic>>,
}Fields
id: u64name: Stringshort_name: Stringurl: Stringbio: Option<String>small_avatar_url: Stringmedium_avatar_url: Stringavatar_url: Stringlarge_avatar_url: Stringcurated_topics: Option<Vec<Topic>>followed_topics: Option<Vec<Topic>>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