pub struct TlsSessionMeta {
pub version: String,
pub cipher_suite: String,
pub cert_subject: String,
pub cert_issuer: String,
pub cert_not_after: String,
}Fields§
§version: String§cipher_suite: String§cert_subject: String§cert_issuer: String§cert_not_after: StringTrait Implementations§
Source§impl Clone for TlsSessionMeta
impl Clone for TlsSessionMeta
Source§fn clone(&self) -> TlsSessionMeta
fn clone(&self) -> TlsSessionMeta
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 moreAuto Trait Implementations§
impl Freeze for TlsSessionMeta
impl RefUnwindSafe for TlsSessionMeta
impl Send for TlsSessionMeta
impl Sync for TlsSessionMeta
impl Unpin for TlsSessionMeta
impl UnsafeUnpin for TlsSessionMeta
impl UnwindSafe for TlsSessionMeta
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