#[repr(C)]pub struct SecKeychain { /* private fields */ }
Available on crate feature
SecBase
only.Expand description
Contains information about a keychain.
See also Apple’s documentation
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
Available on crate feature SecCustomTransform
only.
pub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
SecCustomTransform
only.Attempt to downcast the type to that of type T
.
This is the reference-variant. Use CFRetained::downcast
if you
want to convert a retained type. See also ConcreteType
for more
details on which types support being converted to.
Trait Implementations§
Source§impl AsRef<AnyObject> for SecKeychain
impl AsRef<AnyObject> for SecKeychain
Source§impl AsRef<CFType> for SecKeychain
impl AsRef<CFType> for SecKeychain
Source§impl AsRef<SecKeychain> for SecKeychain
impl AsRef<SecKeychain> for SecKeychain
Source§impl Borrow<AnyObject> for SecKeychain
impl Borrow<AnyObject> for SecKeychain
Source§impl Borrow<CFType> for SecKeychain
impl Borrow<CFType> for SecKeychain
Source§impl ConcreteType for SecKeychain
Available on crate feature SecKeychain
only.
impl ConcreteType for SecKeychain
Available on crate feature
SecKeychain
only.Source§impl Debug for SecKeychain
impl Debug for SecKeychain
Source§impl Deref for SecKeychain
impl Deref for SecKeychain
Source§impl Hash for SecKeychain
impl Hash for SecKeychain
Source§impl Message for SecKeychain
impl Message for SecKeychain
Source§impl PartialEq for SecKeychain
impl PartialEq for SecKeychain
Source§impl RefEncode for SecKeychain
impl RefEncode for SecKeychain
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Source§impl Type for SecKeychain
impl Type for SecKeychain
impl Eq for SecKeychain
Auto Trait Implementations§
impl !Freeze for SecKeychain
impl !RefUnwindSafe for SecKeychain
impl !Send for SecKeychain
impl !Sync for SecKeychain
impl !Unpin for SecKeychain
impl !UnwindSafe for SecKeychain
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