pub struct TlsCert { /* private fields */ }Implementations§
Source§impl TlsCert
impl TlsCert
Sourcepub fn get_dns_name(&self, n: usize) -> Option<&str>
pub fn get_dns_name(&self, n: usize) -> Option<&str>
Sourcepub fn get_string(&self, element: CertElement) -> Option<&str>
pub fn get_string(&self, element: CertElement) -> Option<&str>
Sourcepub fn get_element_description(element: CertElement) -> Option<&'static str>
pub fn get_element_description(element: CertElement) -> Option<&'static str>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TlsCert
impl RefUnwindSafe for TlsCert
impl !Send for TlsCert
impl !Sync for TlsCert
impl Unpin for TlsCert
impl UnwindSafe for TlsCert
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