pub enum QuicRelayerEvent {
AgentConnected(AgentId, AgentSessionId, String),
AgentDisconnected(AgentId, AgentSessionId),
Continue,
}Variants§
AgentConnected(AgentId, AgentSessionId, String)
AgentDisconnected(AgentId, AgentSessionId)
Continue
Auto Trait Implementations§
impl Freeze for QuicRelayerEvent
impl RefUnwindSafe for QuicRelayerEvent
impl Send for QuicRelayerEvent
impl Sync for QuicRelayerEvent
impl Unpin for QuicRelayerEvent
impl UnwindSafe for QuicRelayerEvent
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