pub struct Aes256GcmEncryption { /* private fields */ }Implementations§
Source§impl Aes256GcmEncryption
impl Aes256GcmEncryption
pub fn new(config: EncryptionConfig) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Aes256GcmEncryption
impl RefUnwindSafe for Aes256GcmEncryption
impl Send for Aes256GcmEncryption
impl Sync for Aes256GcmEncryption
impl Unpin for Aes256GcmEncryption
impl UnsafeUnpin for Aes256GcmEncryption
impl UnwindSafe for Aes256GcmEncryption
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