pub struct Keys {
pub kty: Option<String>,
pub _use: Option<String>,
pub kid: Option<String>,
pub x5t: Option<String>,
pub n: Option<String>,
pub e: Option<String>,
pub x5c: Option<Vec<String>>,
}Fields
kty: Option<String>_use: Option<String>kid: Option<String>x5t: Option<String>n: Option<String>e: Option<String>x5c: Option<Vec<String>>Implementations
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 Keys
impl UnwindSafe for Keys
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more