#[repr(C)]pub struct SecKeychainSearch { /* private fields */ }
Available on crate feature
SecBase
only.Expand description
Contains information about a keychain search.
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 SecKeychainSearch
impl AsRef<AnyObject> for SecKeychainSearch
Source§impl AsRef<CFType> for SecKeychainSearch
impl AsRef<CFType> for SecKeychainSearch
Source§impl AsRef<SecKeychainSearch> for SecKeychainSearch
impl AsRef<SecKeychainSearch> for SecKeychainSearch
Source§impl Borrow<AnyObject> for SecKeychainSearch
impl Borrow<AnyObject> for SecKeychainSearch
Source§impl Borrow<CFType> for SecKeychainSearch
impl Borrow<CFType> for SecKeychainSearch
Source§impl ConcreteType for SecKeychainSearch
Available on crate feature SecKeychainSearch
only.
impl ConcreteType for SecKeychainSearch
Available on crate feature
SecKeychainSearch
only.Source§impl Debug for SecKeychainSearch
impl Debug for SecKeychainSearch
Source§impl Deref for SecKeychainSearch
impl Deref for SecKeychainSearch
Source§impl Hash for SecKeychainSearch
impl Hash for SecKeychainSearch
Source§impl Message for SecKeychainSearch
impl Message for SecKeychainSearch
Source§impl PartialEq for SecKeychainSearch
impl PartialEq for SecKeychainSearch
Source§impl RefEncode for SecKeychainSearch
impl RefEncode for SecKeychainSearch
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 SecKeychainSearch
impl Type for SecKeychainSearch
impl Eq for SecKeychainSearch
Auto Trait Implementations§
impl !Freeze for SecKeychainSearch
impl !RefUnwindSafe for SecKeychainSearch
impl !Send for SecKeychainSearch
impl !Sync for SecKeychainSearch
impl !Unpin for SecKeychainSearch
impl !UnwindSafe for SecKeychainSearch
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