Struct google_cloudkms1::DecryptResponse [−][src]
Response message for KeyManagementService.Decrypt.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
Fields
plaintext: Option<String>
The decrypted data originally supplied in EncryptRequest.plaintext.
Trait Implementations
impl Default for DecryptResponse[src]
impl Default for DecryptResponsefn default() -> DecryptResponse[src]
fn default() -> DecryptResponseReturns the "default value" for a type. Read more
impl Clone for DecryptResponse[src]
impl Clone for DecryptResponsefn clone(&self) -> DecryptResponse[src]
fn clone(&self) -> DecryptResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for DecryptResponse[src]
impl Debug for DecryptResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for DecryptResponse[src]
impl ResponseResult for DecryptResponseAuto Trait Implementations
impl Send for DecryptResponse
impl Send for DecryptResponseimpl Sync for DecryptResponse
impl Sync for DecryptResponse