Enum libp2p_core::muxing::StreamMuxerEvent
source · [−]pub enum StreamMuxerEvent {
AddressChange(Multiaddr),
}Expand description
An event produced by a StreamMuxer.
Variants
AddressChange(Multiaddr)
The address of the remote has changed.
Auto Trait Implementations
impl RefUnwindSafe for StreamMuxerEvent
impl Send for StreamMuxerEvent
impl Sync for StreamMuxerEvent
impl Unpin for StreamMuxerEvent
impl UnwindSafe for StreamMuxerEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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