pub struct PlainPacket<H> { /* private fields */ }Implementations§
Source§impl<H> PlainPacket<H>
impl<H> PlainPacket<H>
Source§impl<H> PlainPacket<H>
impl<H> PlainPacket<H>
pub fn qlog_header(&self) -> PacketHeader
pub fn drop_on_interface_not_found(self)
pub fn drop_on_conenction_closed(self)
pub fn log_received(&self, frames: impl Into<Vec<QuicFrame>>)
Trait Implementations§
Auto Trait Implementations§
impl<H> !Freeze for PlainPacket<H>
impl<H> RefUnwindSafe for PlainPacket<H>where
H: RefUnwindSafe,
impl<H> Send for PlainPacket<H>where
H: Send,
impl<H> Sync for PlainPacket<H>where
H: Sync,
impl<H> Unpin for PlainPacket<H>where
H: Unpin,
impl<H> UnwindSafe for PlainPacket<H>where
H: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more