pub enum PeriodicIdHandlerEvent {
Identified(RemoteInfo),
IdentificationError(ProtocolsHandlerUpgrErr<Error>),
}
Expand description
Event produced by the periodic identifier.
Variants
Identified(RemoteInfo)
We obtained identification information from the remote
IdentificationError(ProtocolsHandlerUpgrErr<Error>)
Failed to identify the remote.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PeriodicIdHandlerEvent
impl Send for PeriodicIdHandlerEvent
impl Sync for PeriodicIdHandlerEvent
impl Unpin for PeriodicIdHandlerEvent
impl !UnwindSafe for PeriodicIdHandlerEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more