pub enum WkdType {
Advanced,
Direct,
}
Expand description
Enum to construct valid Web Key Directory (WKD) types from string
Variants§
Trait Implementations§
Source§impl IntoEnumIterator for WkdType
impl IntoEnumIterator for WkdType
type Iterator = WkdTypeIter
fn iter() -> WkdTypeIter ⓘ
impl Copy for WkdType
Auto Trait Implementations§
impl Freeze for WkdType
impl RefUnwindSafe for WkdType
impl Send for WkdType
impl Sync for WkdType
impl Unpin for WkdType
impl UnwindSafe for WkdType
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