pub enum Type {
TlsUnique,
TlsServerEndPoint,
TlsUniqueForTelnet,
TlsExporter,
}
Expand description
One type of channel-binding, as defined by the IANA
Variants§
TlsUnique
The tls-unique channel binding.
TlsServerEndPoint
The tls-server-end-point channel binding.
TlsUniqueForTelnet
The tls-unique-for-telnet channel binding.
TlsExporter
The EKM value obtained from the current TLS connection.
See RFC9266.
Trait Implementations§
Source§impl AsXmlText for Type
impl AsXmlText for Type
Source§impl FromXmlText for Type
impl FromXmlText for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
Blanket Implementations§
Source§impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
impl<T> AsOptionalXmlText for Twhere
T: AsXmlText,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)