pub struct DecryptionParameters {
pub key: String,
pub nonce: String,
}Expand description
DecryptionParameters is basically the key and nonce
Fields§
§key: String§nonce: StringAuto Trait Implementations§
impl Freeze for DecryptionParameters
impl RefUnwindSafe for DecryptionParameters
impl Send for DecryptionParameters
impl Sync for DecryptionParameters
impl Unpin for DecryptionParameters
impl UnwindSafe for DecryptionParameters
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