Struct wolfssl_sys::DecodedCert
source · [−]#[repr(C)]pub struct DecodedCert { /* private fields */ }Trait Implementations
sourceimpl Clone for DecodedCert
impl Clone for DecodedCert
sourcefn clone(&self) -> DecodedCert
fn clone(&self) -> DecodedCert
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DecodedCert
impl Debug for DecodedCert
impl Copy for DecodedCert
Auto Trait Implementations
impl RefUnwindSafe for DecodedCert
impl Send for DecodedCert
impl Sync for DecodedCert
impl Unpin for DecodedCert
impl UnwindSafe for DecodedCert
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more