pub struct IncomingZeroRtt;Expand description
Marker type for a connection that is in the incoming 0-RTT state.
Trait Implementations§
Source§impl Clone for IncomingZeroRtt
impl Clone for IncomingZeroRtt
Source§fn clone(&self) -> IncomingZeroRtt
fn clone(&self) -> IncomingZeroRtt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConnectionState for IncomingZeroRtt
impl ConnectionState for IncomingZeroRtt
Source§type Data = IncomingZeroRttData
type Data = IncomingZeroRttData
State-specific data stored in the
Connection.Auto Trait Implementations§
impl Freeze for IncomingZeroRtt
impl RefUnwindSafe for IncomingZeroRtt
impl Send for IncomingZeroRtt
impl Sync for IncomingZeroRtt
impl Unpin for IncomingZeroRtt
impl UnsafeUnpin for IncomingZeroRtt
impl UnwindSafe for IncomingZeroRtt
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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