pub struct __SecCertificate { /* private fields */ }Expand description
Opaque Apple SDK type __SecCertificate.
Trait Implementations§
Source§impl Clone for __SecCertificate
impl Clone for __SecCertificate
Source§fn clone(&self) -> __SecCertificate
fn clone(&self) -> __SecCertificate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 __SecCertificate
impl Debug for __SecCertificate
impl Copy for __SecCertificate
Auto Trait Implementations§
impl Freeze for __SecCertificate
impl RefUnwindSafe for __SecCertificate
impl Send for __SecCertificate
impl Sync for __SecCertificate
impl Unpin for __SecCertificate
impl UnsafeUnpin for __SecCertificate
impl UnwindSafe for __SecCertificate
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