pub struct CreateDecryptParams {
pub body: DecryptRequest,
}Fields§
§body: DecryptRequestRequest body sent with this call.
Required.
Implementations§
Source§impl CreateDecryptParams
impl CreateDecryptParams
Sourcepub fn new(body: DecryptRequest) -> Self
pub fn new(body: DecryptRequest) -> Self
Construct a new CreateDecryptParams with the required fields set.
Trait Implementations§
Source§impl Clone for CreateDecryptParams
impl Clone for CreateDecryptParams
Source§fn clone(&self) -> CreateDecryptParams
fn clone(&self) -> CreateDecryptParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateDecryptParams
impl Debug for CreateDecryptParams
Auto Trait Implementations§
impl Freeze for CreateDecryptParams
impl RefUnwindSafe for CreateDecryptParams
impl Send for CreateDecryptParams
impl Sync for CreateDecryptParams
impl Unpin for CreateDecryptParams
impl UnsafeUnpin for CreateDecryptParams
impl UnwindSafe for CreateDecryptParams
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