Struct tozny_auth::protocol::KeyId [-] [+] [src]

pub struct KeyId(_);

Methods

impl KeyId

fn new(s: String) -> KeyId

fn from_slice(s: &str) -> KeyId

Trait Implementations

impl Newtype<String> for KeyId

fn unwrap(self) -> String

fn as_slice(&self) -> &str

impl Decodable for KeyId

fn decode<D: Decoder>(d: &mut D) -> Result<KeyId, Error>

impl Encodable for KeyId

fn encode<S: Encoder>(&self, s: &mut S) -> Result<(), Error>

impl ToJson for KeyId

fn to_json(&self) -> Json

Derived Implementations

impl Debug for KeyId

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

impl Clone for KeyId

fn clone(&self) -> KeyId

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

impl Eq for KeyId

fn assert_receiver_is_total_eq(&self)

impl PartialEq for KeyId

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

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