pub struct AesCypher<T: Payload> { /* private fields */ }Trait Implementations§
source§impl<'a, P: Payload> EncryptedPayload for AesCypher<P>
impl<'a, P: Payload> EncryptedPayload for AesCypher<P>
Auto Trait Implementations§
impl<T> Freeze for AesCypher<T>
impl<T> RefUnwindSafe for AesCypher<T>where
T: RefUnwindSafe,
impl<T> Send for AesCypher<T>where
T: Send,
impl<T> Sync for AesCypher<T>where
T: Sync,
impl<T> Unpin for AesCypher<T>where
T: Unpin,
impl<T> UnwindSafe for AesCypher<T>where
T: 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