Struct quic_socket::QuicMessage [−][src]
pub struct QuicMessage {
pub server: QuicServer,
pub client: QuicClient,
}Fields
server: QuicServerclient: QuicClientImplementations
Auto Trait Implementations
impl !RefUnwindSafe for QuicMessage
impl Send for QuicMessage
impl Sync for QuicMessage
impl Unpin for QuicMessage
impl !UnwindSafe for QuicMessage
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
