Enum security_framework::item::AddRef
source · pub enum AddRef {
Key(SecKey),
Identity(SecIdentity),
Certificate(SecCertificate),
}
Expand description
Type of Ref to add to the keychain.
Variants§
Auto Trait Implementations§
impl Freeze for AddRef
impl RefUnwindSafe for AddRef
impl Send for AddRef
impl Sync for AddRef
impl Unpin for AddRef
impl UnwindSafe for AddRef
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