Struct sda_protocol::Profile [] [src]

pub struct Profile {
    pub owner: AgentId,
    pub name: Option<String>,
    pub twitter_id: Option<String>,
    pub keybase_id: Option<String>,
    pub website: Option<String>,
}

Extended profile of an agent, providing information intended for increasing trust such as name and social handles.

Fields

Agent to which profile belongs.

Name or alias.

Twitter handle.

Keybase handle.

Public website.

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 Default for Profile
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Profile
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.