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