Struct aead_gcm_stream::AesGcm
source · pub struct AesGcm<Aes>{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<Aes> KeySizeUser for AesGcm<Aes>
impl<Aes> KeySizeUser for AesGcm<Aes>
Auto Trait Implementations§
impl<Aes> Freeze for AesGcm<Aes>where
Aes: Freeze,
impl<Aes> RefUnwindSafe for AesGcm<Aes>where
Aes: RefUnwindSafe,
impl<Aes> Send for AesGcm<Aes>where
Aes: Send,
impl<Aes> Sync for AesGcm<Aes>where
Aes: Sync,
impl<Aes> Unpin for AesGcm<Aes>where
Aes: Unpin,
impl<Aes> UnwindSafe for AesGcm<Aes>where
Aes: UnwindSafe,
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