Enum openssl_sys::X509
source · pub enum X509 {}
Auto Trait Implementations§
impl Freeze for X509
impl RefUnwindSafe for X509
impl Send for X509
impl Sync for X509
impl Unpin for X509
impl UnwindSafe for X509
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