Enum s2n_quic_core::packet::CleartextPacket
source · [−]pub enum CleartextPacket<'a> {
Short(CleartextShort<'a>),
VersionNegotiation(CleartextVersionNegotiation<'a>),
Initial(CleartextInitial<'a>),
ZeroRtt(CleartextZeroRtt<'a>),
Handshake(CleartextHandshake<'a>),
Retry(CleartextRetry<'a>),
}Variants
Short(CleartextShort<'a>)
VersionNegotiation(CleartextVersionNegotiation<'a>)
Initial(CleartextInitial<'a>)
ZeroRtt(CleartextZeroRtt<'a>)
Handshake(CleartextHandshake<'a>)
Retry(CleartextRetry<'a>)
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CleartextPacket<'a>
impl<'a> Send for CleartextPacket<'a>
impl<'a> Sync for CleartextPacket<'a>
impl<'a> Unpin for CleartextPacket<'a>
impl<'a> !UnwindSafe for CleartextPacket<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more