pub struct CertX509<'a> { /* private fields */ }
Expand description
X.509 certificate information
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CertX509<'a>
impl<'a> !Send for CertX509<'a>
impl<'a> !Sync for CertX509<'a>
impl<'a> Unpin for CertX509<'a>
impl<'a> UnwindSafe for CertX509<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more