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
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 UnsafeUnpin 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