Struct security_framework::item::KeyClass
source · pub struct KeyClass(_);
Expand description
Specifies the type of keys to search for.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyClass
impl !Send for KeyClass
impl !Sync for KeyClass
impl Unpin for KeyClass
impl UnwindSafe for KeyClass
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