pub struct DataDecrypt;Implementations§
Source§impl DataDecrypt
impl DataDecrypt
pub fn decrypt( enc_data: DataEncrypt, master_key: &[u8], ) -> Result<Vec<u8>, ClientError>
Auto Trait Implementations§
impl Freeze for DataDecrypt
impl RefUnwindSafe for DataDecrypt
impl Send for DataDecrypt
impl Sync for DataDecrypt
impl Unpin for DataDecrypt
impl UnsafeUnpin for DataDecrypt
impl UnwindSafe for DataDecrypt
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