[−][src]Enum libp2p_core::nodes::collection::CollectionNodeAccept
Outcome of accepting a node.
Variants
We replaced an existing node. Returns the information about the old connection and the user data that was assigned to this node.
We didn't replace anything existing.
Trait Implementations
impl<TConnInfo: Clone, TUserData: Clone> Clone for CollectionNodeAccept<TConnInfo, TUserData>[src]
fn clone(&self) -> CollectionNodeAccept<TConnInfo, TUserData>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<TConnInfo: Copy, TUserData: Copy> Copy for CollectionNodeAccept<TConnInfo, TUserData>[src]
impl<TConnInfo: Debug, TUserData: Debug> Debug for CollectionNodeAccept<TConnInfo, TUserData>[src]
impl<TConnInfo: Eq, TUserData: Eq> Eq for CollectionNodeAccept<TConnInfo, TUserData>[src]
impl<TConnInfo: PartialEq, TUserData: PartialEq> PartialEq<CollectionNodeAccept<TConnInfo, TUserData>> for CollectionNodeAccept<TConnInfo, TUserData>[src]
fn eq(&self, other: &CollectionNodeAccept<TConnInfo, TUserData>) -> bool[src]
fn ne(&self, other: &CollectionNodeAccept<TConnInfo, TUserData>) -> bool[src]
impl<TConnInfo, TUserData> StructuralEq for CollectionNodeAccept<TConnInfo, TUserData>[src]
impl<TConnInfo, TUserData> StructuralPartialEq for CollectionNodeAccept<TConnInfo, TUserData>[src]
Auto Trait Implementations
impl<TConnInfo, TUserData> RefUnwindSafe for CollectionNodeAccept<TConnInfo, TUserData> where
TConnInfo: RefUnwindSafe,
TUserData: RefUnwindSafe,
TConnInfo: RefUnwindSafe,
TUserData: RefUnwindSafe,
impl<TConnInfo, TUserData> Send for CollectionNodeAccept<TConnInfo, TUserData> where
TConnInfo: Send,
TUserData: Send,
TConnInfo: Send,
TUserData: Send,
impl<TConnInfo, TUserData> Sync for CollectionNodeAccept<TConnInfo, TUserData> where
TConnInfo: Sync,
TUserData: Sync,
TConnInfo: Sync,
TUserData: Sync,
impl<TConnInfo, TUserData> Unpin for CollectionNodeAccept<TConnInfo, TUserData> where
TConnInfo: Unpin,
TUserData: Unpin,
TConnInfo: Unpin,
TUserData: Unpin,
impl<TConnInfo, TUserData> UnwindSafe for CollectionNodeAccept<TConnInfo, TUserData> where
TConnInfo: UnwindSafe,
TUserData: UnwindSafe,
TConnInfo: UnwindSafe,
TUserData: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,