pub struct __SecTrust { /* private fields */ }Expand description
Opaque Apple SDK type __SecTrust.
Trait Implementations§
Source§impl Clone for __SecTrust
impl Clone for __SecTrust
Source§fn clone(&self) -> __SecTrust
fn clone(&self) -> __SecTrust
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 __SecTrust
impl Debug for __SecTrust
impl Copy for __SecTrust
Auto Trait Implementations§
impl Freeze for __SecTrust
impl RefUnwindSafe for __SecTrust
impl Send for __SecTrust
impl Sync for __SecTrust
impl Unpin for __SecTrust
impl UnsafeUnpin for __SecTrust
impl UnwindSafe for __SecTrust
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