Struct fractal_api::v1::types::Profile [] [src]

pub struct Profile {
    // some fields omitted
}

Struct that holds all the profile information for the user.

Methods

impl Profile
[src]

Gets the user's ID.

Gets the display name of the user.

Gets the first name of the user.

Gets the last name of the user.

Gets the image of the user.

Gets the age of the user.

Gets the address of the user.

Gets the trust score of the user.

Trait Implementations

impl Clone for Profile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Profile
[src]

Formats the value using the given formatter.

impl FromDTO<ProfileDTO> for Profile
[src]

the from dto wrapper