Enum rustls::server::tls13::client_hello::EarlyDataDecision
source · pub(super) enum EarlyDataDecision {
Disabled,
RequestedButRejected,
Accepted,
}
Variants§
Trait Implementations§
source§impl PartialEq for EarlyDataDecision
impl PartialEq for EarlyDataDecision
source§fn eq(&self, other: &EarlyDataDecision) -> bool
fn eq(&self, other: &EarlyDataDecision) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EarlyDataDecision
Auto Trait Implementations§
impl Freeze for EarlyDataDecision
impl RefUnwindSafe for EarlyDataDecision
impl Send for EarlyDataDecision
impl Sync for EarlyDataDecision
impl Unpin for EarlyDataDecision
impl UnwindSafe for EarlyDataDecision
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