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
owner: AgentId
Agent to which profile belongs.
name: Option<String>
Name or alias.
twitter_id: Option<String>
Twitter handle.
keybase_id: Option<String>
Keybase handle.
website: Option<String>
Public website.
Trait Implementations
impl Clone for Profile[src]
fn clone(&self) -> Profile
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