Enum libp2p_core::muxing::StreamMuxerEvent
source · pub enum StreamMuxerEvent {
AddressChange(Multiaddr),
}
Expand description
An event produced by a StreamMuxer
.
Variants§
Trait Implementations§
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§
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