pub enum KeyClass {
Public,
Private,
Session,
SecretPart,
Other(u32),
}Expand description
CSSM_KEYCLASS.
Variants§
Implementations§
Trait Implementations§
impl Copy for KeyClass
impl Eq for KeyClass
impl StructuralPartialEq for KeyClass
Auto Trait Implementations§
impl Freeze for KeyClass
impl RefUnwindSafe for KeyClass
impl Send for KeyClass
impl Sync for KeyClass
impl Unpin for KeyClass
impl UnsafeUnpin 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