pub struct KeyData {
pub kid: Option<String>,
pub algs: Vec<Algorithm>,
pub key: DecodingKey,
}
Fields§
§kid: Option<String>
§algs: Vec<Algorithm>
valid algorithms
key: DecodingKey
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyData
impl RefUnwindSafe for KeyData
impl Send for KeyData
impl Sync for KeyData
impl Unpin for KeyData
impl UnwindSafe for KeyData
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