pub enum DecrypterCipher {
Aes256GcmSiv(Aes256GcmSivConfig),
}
Variants§
Aes256GcmSiv(Aes256GcmSivConfig)
Auto Trait Implementations§
impl Freeze for DecrypterCipher
impl RefUnwindSafe for DecrypterCipher
impl Send for DecrypterCipher
impl Sync for DecrypterCipher
impl Unpin for DecrypterCipher
impl UnwindSafe for DecrypterCipher
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