pub struct JweRecipient {
pub encrypted_key: String,
pub header: JweHeader,
}Fields§
§encrypted_key: String§header: JweHeaderTrait Implementations§
Source§impl Debug for JweRecipient
impl Debug for JweRecipient
Source§impl<'de> Deserialize<'de> for JweRecipient
impl<'de> Deserialize<'de> for JweRecipient
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 JweRecipient
impl RefUnwindSafe for JweRecipient
impl Send for JweRecipient
impl Sync for JweRecipient
impl Unpin for JweRecipient
impl UnsafeUnpin for JweRecipient
impl UnwindSafe for JweRecipient
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