Struct aft_crypto::data::EncAlgo
source · pub struct EncAlgo<T> { /* private fields */ }Expand description
Struct to represent an object to encrypt data with some encryption algorithm.
Implementations§
Trait Implementations§
source§impl<CiAlgo> EncryptorBase<CiAlgo> for EncAlgo<CiAlgo>where
CiAlgo: AeadInPlace,
impl<CiAlgo> EncryptorBase<CiAlgo> for EncAlgo<CiAlgo>where
CiAlgo: AeadInPlace,
Auto Trait Implementations§
impl<T> Freeze for EncAlgo<T>where
T: Freeze,
impl<T> RefUnwindSafe for EncAlgo<T>where
T: RefUnwindSafe,
impl<T> Send for EncAlgo<T>where
T: Send,
impl<T> Sync for EncAlgo<T>where
T: Sync,
impl<T> Unpin for EncAlgo<T>where
T: Unpin,
impl<T> UnwindSafe for EncAlgo<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