Struct libp2p_core::network::peer::DialingAttempt
source · [−]pub struct DialingAttempt<'a, THandler: IntoConnectionHandler> { /* private fields */ }Expand description
A DialingAttempt is a pending outgoing connection attempt to a known /
expected remote peer ID.
Implementations
sourceimpl<'a, THandler: IntoConnectionHandler> DialingAttempt<'a, THandler>
impl<'a, THandler: IntoConnectionHandler> DialingAttempt<'a, THandler>
Auto Trait Implementations
impl<'a, THandler> !RefUnwindSafe for DialingAttempt<'a, THandler>
impl<'a, THandler> Send for DialingAttempt<'a, THandler> where
THandler: Send,
impl<'a, THandler> Sync for DialingAttempt<'a, THandler> where
THandler: Sync,
impl<'a, THandler> Unpin for DialingAttempt<'a, THandler>
impl<'a, THandler> !UnwindSafe for DialingAttempt<'a, THandler>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more