[][src]Struct splinter::consensus::PeerId

pub struct PeerId(_);

Trait Implementations

impl AsRef<[u8]> for PeerId[src]

impl Clone for PeerId[src]

impl Debug for PeerId[src]

impl Default for PeerId[src]

impl Display for PeerId[src]

impl Eq for PeerId[src]

impl<'_> From<&'_ [u8]> for PeerId[src]

impl From<Vec<u8>> for PeerId[src]

impl Hash for PeerId[src]

impl Into<Vec<u8>> for PeerId[src]

impl Ord for PeerId[src]

impl PartialEq<PeerId> for PeerId[src]

impl PartialOrd<PeerId> for PeerId[src]

impl StructuralEq for PeerId[src]

impl StructuralPartialEq for PeerId[src]

Auto Trait Implementations

impl RefUnwindSafe for PeerId

impl Send for PeerId

impl Sync for PeerId

impl Unpin for PeerId

impl UnwindSafe for PeerId

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<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<P, N> IntoBytes<P> for N where
    P: Message + FromNative<N>, 
[src]

impl<N, P> IntoNative<N> for P where
    N: FromProto<P>, 
[src]

impl<N, P> IntoProto<P> for N where
    P: FromNative<N>, 
[src]

impl<T> IntoSql for T

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToHex for T where
    T: AsRef<[u8]>, 

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<T> Typeable for T where
    T: Any

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