pub struct PBKDF2DecryptProvide;
Trait Implementations§
Source§impl DecryptProvider for PBKDF2DecryptProvide
impl DecryptProvider for PBKDF2DecryptProvide
type Cipher = DecrypterCipher
fn decrypt( &self, input: &mut DecryptData, cipher: Self::Cipher, ) -> Result<DecryptionResult, DefaultError>
Auto Trait Implementations§
impl Freeze for PBKDF2DecryptProvide
impl RefUnwindSafe for PBKDF2DecryptProvide
impl Send for PBKDF2DecryptProvide
impl Sync for PBKDF2DecryptProvide
impl Unpin for PBKDF2DecryptProvide
impl UnwindSafe for PBKDF2DecryptProvide
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