Struct tozny_auth::protocol::SignatureType
[-] [+]
[src]
pub struct SignatureType(_);
pub struct SignatureType(_);
impl SignatureType
fn new(s: String) -> SignatureType
fn from_slice(s: &str) -> SignatureType
impl Newtype<String> for SignatureType
impl Decodable for SignatureType
fn decode<D: Decoder>(d: &mut D) -> Result<SignatureType, Error>
impl Encodable for SignatureType
impl ToJson for SignatureType
impl Debug for SignatureType
impl Clone for SignatureType
fn clone(&self) -> SignatureType
fn clone_from(&mut self, source: &Self)
impl Eq for SignatureType
fn assert_receiver_is_total_eq(&self)
impl PartialEq for SignatureType
fn eq(&self, __arg_0: &SignatureType) -> bool
fn ne(&self, __arg_0: &SignatureType) -> bool
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).