pub enum EarlyDataState {
NotAttempted,
Offered,
Accepted,
Rejected,
}Expand description
Early data configuration
Variants§
NotAttempted
Not attempting 0-RTT
Offered
0-RTT offered in ClientHello
Accepted
Server accepted 0-RTT
Rejected
Server rejected 0-RTT
Trait Implementations§
Source§impl Clone for EarlyDataState
impl Clone for EarlyDataState
Source§fn clone(&self) -> EarlyDataState
fn clone(&self) -> EarlyDataState
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EarlyDataState
impl Debug for EarlyDataState
Source§impl PartialEq for EarlyDataState
impl PartialEq for EarlyDataState
impl Copy for EarlyDataState
impl Eq for EarlyDataState
impl StructuralPartialEq for EarlyDataState
Auto Trait Implementations§
impl Freeze for EarlyDataState
impl RefUnwindSafe for EarlyDataState
impl Send for EarlyDataState
impl Sync for EarlyDataState
impl Unpin for EarlyDataState
impl UnwindSafe for EarlyDataState
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§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
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)