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]
impl Decodable for User[src]
impl Encodable for User[src]
impl Clone for User[src]
fn clone(&self) -> User
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more