pub enum KeyFormat {
Hex,
LegacyBase64,
}Expand description
Format the key arrived in.
Variants§
Hex
128-character hex (canonical).
LegacyBase64
86-character URL-safe base64 (legacy; will be removed before oboron 1.0).
Trait Implementations§
impl Copy for KeyFormat
impl Eq for KeyFormat
impl StructuralPartialEq for KeyFormat
Auto Trait Implementations§
impl Freeze for KeyFormat
impl RefUnwindSafe for KeyFormat
impl Send for KeyFormat
impl Sync for KeyFormat
impl Unpin for KeyFormat
impl UnsafeUnpin for KeyFormat
impl UnwindSafe for KeyFormat
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