pub enum JweContentEncryption {
A128GCM,
A256GCM,
}Expand description
JWE content encryption algorithms supported
Variants§
Auto Trait Implementations§
impl Freeze for JweContentEncryption
impl RefUnwindSafe for JweContentEncryption
impl Send for JweContentEncryption
impl Sync for JweContentEncryption
impl Unpin for JweContentEncryption
impl UnsafeUnpin for JweContentEncryption
impl UnwindSafe for JweContentEncryption
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