pub enum KeyTemplateFormat {
Basic,
Extended,
}Expand description
Key Information Template format.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyTemplateFormat
impl RefUnwindSafe for KeyTemplateFormat
impl Send for KeyTemplateFormat
impl Sync for KeyTemplateFormat
impl Unpin for KeyTemplateFormat
impl UnsafeUnpin for KeyTemplateFormat
impl UnwindSafe for KeyTemplateFormat
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