Enum s2n_quic_core::packet::key_phase::KeyPhase
source · pub enum KeyPhase {
Zero,
One,
}Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for KeyPhase
impl PartialEq for KeyPhase
impl Copy for KeyPhase
impl StructuralPartialEq for KeyPhase
Auto Trait Implementations§
impl RefUnwindSafe for KeyPhase
impl Send for KeyPhase
impl Sync for KeyPhase
impl Unpin for KeyPhase
impl UnwindSafe for KeyPhase
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