Struct tox::core::Address [-]  [+] [src]

pub struct Address {
    // some fields omitted
}

A Tox address consist of ClientId, nospam and checksum

Methods

impl Address

fn client_id(&self) -> &ClientId

Trait Implementations

impl Show for Address

fn fmt(&self, fmt: &mut Formatter) -> Result

impl FromStr for Address

fn from_str(s: &str) -> Option<Address>

Derived Implementations

impl Clone for Address

fn clone(&self) -> Address

fn clone_from(&mut self, source: &Self)

impl PartialEq for Address

fn eq(&self, __arg_0: &Address) -> bool

fn ne(&self, __arg_0: &Address) -> bool