pub struct ZeroRtt;Expand description
The specific contents of the 0-RTT packet, which is empty.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZeroRtt
impl RefUnwindSafe for ZeroRtt
impl Send for ZeroRtt
impl Sync for ZeroRtt
impl Unpin for ZeroRtt
impl UnsafeUnpin for ZeroRtt
impl UnwindSafe for ZeroRtt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
Source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
Source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Source§impl<T> WriteSpecific<ZeroRtt> for Twhere
T: BufMut,
impl<T> WriteSpecific<ZeroRtt> for Twhere
T: BufMut,
Source§fn put_specific(&mut self, _specific: &S)
fn put_specific(&mut self, _specific: &S)
Write the specific header content.