pub struct KeyInformation {
pub format: KeyTemplateFormat,
pub keysets: Vec<Keyset, MAX_KEYSETS>,
}Expand description
Decoded Key Information Template: keysets grouped by Key Version Number.
format is KeyTemplateFormat::Extended if any entry used the 'B9'
sub-template, else KeyTemplateFormat::Basic.
Fields§
§format: KeyTemplateFormat§keysets: Vec<Keyset, MAX_KEYSETS>Auto Trait Implementations§
impl Freeze for KeyInformation
impl RefUnwindSafe for KeyInformation
impl Send for KeyInformation
impl Sync for KeyInformation
impl Unpin for KeyInformation
impl UnsafeUnpin for KeyInformation
impl UnwindSafe for KeyInformation
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