Struct docbase_io::models::user::User [] [src]

pub struct User {
    pub id: u32,
    pub name: String,
    pub profile_image_url: String,
}

Fields

id: u32 name: String profile_image_url: String

Trait Implementations

Derived Implementations

impl Encodable for User
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for User
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<User, __D::Error>