pub enum MuxEvent {
Send(Bytes),
Close(ClosePacket),
}
Expand description
Multiplexor event recieved from a Wisp stream.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for MuxEvent
impl Send for MuxEvent
impl Sync for MuxEvent
impl Unpin for MuxEvent
impl UnwindSafe for MuxEvent
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