Struct fractal_api::types::User [] [src]

pub struct User {
    // some fields omitted
}

Struct that holds all personal information for the user

Trait Implementations

impl Debug for User
[src]

Formats the value using the given formatter.

impl Decodable for User
[src]

impl Encodable for User
[src]

impl Clone for User
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromDTO<UserDTO> for User
[src]