#[repr(C)]pub struct stack_st_OCSP_CERTID { /* private fields */ }
Trait Implementations§
Source§impl Clone for stack_st_OCSP_CERTID
impl Clone for stack_st_OCSP_CERTID
Source§fn clone(&self) -> stack_st_OCSP_CERTID
fn clone(&self) -> stack_st_OCSP_CERTID
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for stack_st_OCSP_CERTID
impl Debug for stack_st_OCSP_CERTID
impl Copy for stack_st_OCSP_CERTID
Auto Trait Implementations§
impl Freeze for stack_st_OCSP_CERTID
impl RefUnwindSafe for stack_st_OCSP_CERTID
impl Send for stack_st_OCSP_CERTID
impl Sync for stack_st_OCSP_CERTID
impl Unpin for stack_st_OCSP_CERTID
impl UnwindSafe for stack_st_OCSP_CERTID
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