pub struct TlsContext {
pub server_name: Option<String>,
}Expand description
Specifies the TLS context to use for the test authorizer request.
Fields§
§server_name: Option<String>The value of the serverName key in a TLS authorization request.
Trait Implementations§
Source§impl Clone for TlsContext
impl Clone for TlsContext
Source§fn clone(&self) -> TlsContext
fn clone(&self) -> TlsContext
Returns a duplicate of the value. Read more
1.0.0 · 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 TlsContext
impl Debug for TlsContext
Source§impl Default for TlsContext
impl Default for TlsContext
Source§fn default() -> TlsContext
fn default() -> TlsContext
Returns the “default value” for a type. Read more
Source§impl PartialEq for TlsContext
impl PartialEq for TlsContext
Source§impl Serialize for TlsContext
impl Serialize for TlsContext
impl StructuralPartialEq for TlsContext
Auto Trait Implementations§
impl Freeze for TlsContext
impl RefUnwindSafe for TlsContext
impl Send for TlsContext
impl Sync for TlsContext
impl Unpin for TlsContext
impl UnwindSafe for TlsContext
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