pub enum JwsAlg {
Ed25519,
Es256,
}Expand description
JWS algorithm identifiers.
Variants§
Implementations§
Trait Implementations§
impl Copy for JwsAlg
impl Eq for JwsAlg
impl StructuralPartialEq for JwsAlg
Auto Trait Implementations§
impl Freeze for JwsAlg
impl RefUnwindSafe for JwsAlg
impl Send for JwsAlg
impl Sync for JwsAlg
impl Unpin for JwsAlg
impl UnsafeUnpin for JwsAlg
impl UnwindSafe for JwsAlg
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