Struct security_framework::key::KeyType
source · pub struct KeyType(_);
Expand description
Types of SecKey
s.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyType
impl !Send for KeyType
impl !Sync for KeyType
impl Unpin for KeyType
impl UnwindSafe for KeyType
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