pub struct AesGcm<'a> { /* private fields */ }
Implementations
Trait Implementations
sourceimpl<'a> AeadDecryptor for AesGcm<'static>
impl<'a> AeadDecryptor for AesGcm<'static>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more