Enum openssl_sys::X509_REVOKED
pub enum X509_REVOKED {}
The portability is definied by:
#[cfg(all(any(ossl110, libressl350), not(any())))]
Auto Trait Implementations
impl RefUnwindSafe for X509_REVOKED
impl Send for X509_REVOKED
impl Sync for X509_REVOKED
impl Unpin for X509_REVOKED
impl UnwindSafe for X509_REVOKED
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T