[][src]Struct lib3h_protocol::types::AgentPubKey

pub struct AgentPubKey(_);

Methods from Deref<Target = HashString>

Trait Implementations

impl AsRef<HashString> for AgentPubKey[src]

impl Borrow<HashString> for AgentPubKey[src]

impl Clone for AgentPubKey[src]

impl Debug for AgentPubKey[src]

impl Default for AgentPubKey[src]

impl Deref for AgentPubKey[src]

type Target = HashString

The resulting type after dereferencing.

impl<'de> Deserialize<'de> for AgentPubKey[src]

impl Display for AgentPubKey[src]

impl Eq for AgentPubKey[src]

impl<'_> From<&'_ AgentPubKey> for HashString[src]

impl<'_> From<&'_ AgentPubKey> for String[src]

impl<'_> From<&'_ HashString> for AgentPubKey[src]

impl<'_> From<&'_ String> for AgentPubKey[src]

impl<'_> From<&'_ str> for AgentPubKey[src]

impl From<AgentPubKey> for HashString[src]

impl From<AgentPubKey> for String[src]

impl From<HashString> for AgentPubKey[src]

impl From<String> for AgentPubKey[src]

impl Hash for AgentPubKey[src]

impl HashStringNewType for AgentPubKey[src]

impl Ord for AgentPubKey[src]

impl PartialEq<AgentPubKey> for AgentPubKey[src]

impl PartialOrd<AgentPubKey> for AgentPubKey[src]

impl Serialize for AgentPubKey[src]

impl StructuralEq for AgentPubKey[src]

impl StructuralPartialEq for AgentPubKey[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Clone for T where
    T: Clone
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,