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§
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