Enum rustls::client::client_conn::EarlyDataState
source · enum EarlyDataState {
Disabled,
Ready,
Accepted,
AcceptedFinished,
Rejected,
}
Variants§
Trait Implementations§
source§impl Debug for EarlyDataState
impl Debug for EarlyDataState
source§impl PartialEq for EarlyDataState
impl PartialEq for EarlyDataState
source§fn eq(&self, other: &EarlyDataState) -> bool
fn eq(&self, other: &EarlyDataState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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