Struct webpki::verify_cert::CertNotRevoked
source · struct CertNotRevoked(());
Tuple Fields§
§0: ()
Implementations§
Auto Trait Implementations§
impl Freeze for CertNotRevoked
impl RefUnwindSafe for CertNotRevoked
impl Send for CertNotRevoked
impl Sync for CertNotRevoked
impl Unpin for CertNotRevoked
impl UnwindSafe for CertNotRevoked
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