pub enum BlockedKeyType {
LinkKey = 0,
LongTermKey = 1,
IdentityResolvingKey = 2,
}
Variants§
Trait Implementations§
Source§impl Debug for BlockedKeyType
impl Debug for BlockedKeyType
Source§impl Pack for BlockedKeyType
impl Pack for BlockedKeyType
Auto Trait Implementations§
impl Freeze for BlockedKeyType
impl RefUnwindSafe for BlockedKeyType
impl Send for BlockedKeyType
impl Sync for BlockedKeyType
impl Unpin for BlockedKeyType
impl UnwindSafe for BlockedKeyType
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