pub struct SessionDomain(/* private fields */);Expand description
Stable isolation boundary for one equivalent set of rustls server configs.
Transport family, authentication policy, and any compatibility epoch must be reflected in this value. Public TLS and mTLS must not share a domain.
Implementations§
Trait Implementations§
Source§impl Clone for SessionDomain
impl Clone for SessionDomain
Source§fn clone(&self) -> SessionDomain
fn clone(&self) -> SessionDomain
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionDomain
impl Debug for SessionDomain
impl Eq for SessionDomain
Source§impl Hash for SessionDomain
impl Hash for SessionDomain
Source§impl PartialEq for SessionDomain
impl PartialEq for SessionDomain
impl StructuralPartialEq for SessionDomain
Auto Trait Implementations§
impl Freeze for SessionDomain
impl RefUnwindSafe for SessionDomain
impl Send for SessionDomain
impl Sync for SessionDomain
impl Unpin for SessionDomain
impl UnsafeUnpin for SessionDomain
impl UnwindSafe for SessionDomain
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