pub struct JweProtected {
pub epk: EphemeralPublicKey,
pub apv: String,
pub typ: String,
pub enc: String,
pub alg: String,
}Fields§
§epk: EphemeralPublicKey§apv: String§typ: String§enc: String§alg: StringTrait Implementations§
Source§impl Debug for JweProtected
impl Debug for JweProtected
Source§impl<'de> Deserialize<'de> for JweProtected
impl<'de> Deserialize<'de> for JweProtected
Source§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 Freeze for JweProtected
impl RefUnwindSafe for JweProtected
impl Send for JweProtected
impl Sync for JweProtected
impl Unpin for JweProtected
impl UnwindSafe for JweProtected
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