pub enum InternalPeerID<A> {
KnownAddr(A),
Unknown([u8; 16]),
}Expand description
An internal identifier for a given peer, will be their address if known or a random u128 if not.
Variants§
KnownAddr(A)
A known address.
Unknown([u8; 16])
An unknown address (probably an inbound anonymity network connection).
Trait Implementations§
Source§impl<A: Clone> Clone for InternalPeerID<A>
impl<A: Clone> Clone for InternalPeerID<A>
Source§fn clone(&self) -> InternalPeerID<A>
fn clone(&self) -> InternalPeerID<A>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<A: Copy> Copy for InternalPeerID<A>
Source§impl<A: Debug> Debug for InternalPeerID<A>
impl<A: Debug> Debug for InternalPeerID<A>
Source§impl<A: Display> Display for InternalPeerID<A>
impl<A: Display> Display for InternalPeerID<A>
impl<A: Eq> Eq for InternalPeerID<A>
Source§impl<A: Hash> Hash for InternalPeerID<A>
impl<A: Hash> Hash for InternalPeerID<A>
Source§impl<A: PartialEq> PartialEq for InternalPeerID<A>
impl<A: PartialEq> PartialEq for InternalPeerID<A>
impl<A: PartialEq> StructuralPartialEq for InternalPeerID<A>
Auto Trait Implementations§
impl<A> Freeze for InternalPeerID<A>where
A: Freeze,
impl<A> RefUnwindSafe for InternalPeerID<A>where
A: RefUnwindSafe,
impl<A> Send for InternalPeerID<A>where
A: Send,
impl<A> Sync for InternalPeerID<A>where
A: Sync,
impl<A> Unpin for InternalPeerID<A>where
A: Unpin,
impl<A> UnsafeUnpin for InternalPeerID<A>where
A: UnsafeUnpin,
impl<A> UnwindSafe for InternalPeerID<A>where
A: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘwhere
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> ⓘwhere
S: Into<Dispatch>,
§fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
fn with_current_subscriber(self) -> WithDispatch<Self> ⓘ
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.