pub struct Jwe { /* private fields */ }Expand description
A JSON Web Encryption (JWE) structure.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Jwe
impl RefUnwindSafe for Jwe
impl Send for Jwe
impl Sync for Jwe
impl Unpin for Jwe
impl UnwindSafe for Jwe
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