pub enum KeyLogLabel {
ClientRandom,
ClientEarlyTrafficSecret,
ClientHandshakeTrafficSecret,
ServerHandshakeTrafficSecret,
ClientTrafficSecret0,
ServerTrafficSecret0,
ExporterSecret,
}
Expand description
Enumeration of the possible values for the keylog label. See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Key_Log_Format for details.
Variants§
ClientRandom
ClientEarlyTrafficSecret
ClientHandshakeTrafficSecret
ServerHandshakeTrafficSecret
ClientTrafficSecret0
ServerTrafficSecret0
ExporterSecret
Implementations§
Trait Implementations§
Source§impl Debug for KeyLogLabel
impl Debug for KeyLogLabel
Source§impl Display for KeyLogLabel
impl Display for KeyLogLabel
Source§impl FromStr for KeyLogLabel
impl FromStr for KeyLogLabel
Source§impl PartialEq for KeyLogLabel
impl PartialEq for KeyLogLabel
impl Eq for KeyLogLabel
impl StructuralPartialEq for KeyLogLabel
Auto Trait Implementations§
impl Freeze for KeyLogLabel
impl RefUnwindSafe for KeyLogLabel
impl Send for KeyLogLabel
impl Sync for KeyLogLabel
impl Unpin for KeyLogLabel
impl UnwindSafe for KeyLogLabel
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