Struct did_key::JWK [−][src]
pub struct JWK {
pub key_id: Option<String>,
pub key_type: String,
pub curve: String,
pub x: Option<String>,
pub y: Option<String>,
pub d: Option<String>,
}Fields
key_id: Option<String>key_type: Stringcurve: Stringx: Option<String>y: Option<String>d: Option<String>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for JWK
impl UnwindSafe for JWK
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self