pub enum PublicKeyFormat {
Multikey,
Jwk,
}Variants§
Trait Implementations§
Source§impl Default for PublicKeyFormat
impl Default for PublicKeyFormat
Source§fn default() -> PublicKeyFormat
fn default() -> PublicKeyFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PublicKeyFormat
impl RefUnwindSafe for PublicKeyFormat
impl Send for PublicKeyFormat
impl Sync for PublicKeyFormat
impl Unpin for PublicKeyFormat
impl UnwindSafe for PublicKeyFormat
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