pub struct AesGcm<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> AeadDecryptor for AesGcm<'static>
impl<'a> AeadDecryptor for AesGcm<'static>
Auto Trait Implementations§
impl<'a> Freeze for AesGcm<'a>
impl<'a> !RefUnwindSafe for AesGcm<'a>
impl<'a> !Send for AesGcm<'a>
impl<'a> !Sync for AesGcm<'a>
impl<'a> Unpin for AesGcm<'a>
impl<'a> !UnwindSafe for AesGcm<'a>
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