pub struct ServerTlsInfo {
pub fingerprints: Vec<String>,
/* private fields */
}Expand description
TLS certificate information including fingerprints.
Fields§
§fingerprints: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ServerTlsInfo
impl !RefUnwindSafe for ServerTlsInfo
impl Send for ServerTlsInfo
impl Sync for ServerTlsInfo
impl Unpin for ServerTlsInfo
impl !UnwindSafe for ServerTlsInfo
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