Struct crypto_ext::symmetric::encryption::EncryptionParameters
source · Expand description
EncryptionParameters is basically the key and nonce
Fields
key: Stringnonce: StringAuto Trait Implementations
impl RefUnwindSafe for EncryptionParameters
impl Send for EncryptionParameters
impl Sync for EncryptionParameters
impl Unpin for EncryptionParameters
impl UnwindSafe for EncryptionParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more