Struct jwt_compact::alg::Hs384Key [−][src]
pub struct Hs384Key(_);
Expand description
Signing / verifying key for HS384
algorithm. Zeroed on drop.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Hs384Key
impl UnwindSafe for Hs384Key
Blanket Implementations
Mutably borrows from an owned value. Read more