Struct google_cloudkms1::EncryptResponse [−][src]
Response message for KeyManagementService.Encrypt.
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
ciphertext: Option<String>
The encrypted data.
name: Option<String>
The resource name of the CryptoKeyVersion used in encryption.
Trait Implementations
impl Default for EncryptResponse[src]
impl Default for EncryptResponsefn default() -> EncryptResponse[src]
fn default() -> EncryptResponseReturns the "default value" for a type. Read more
impl Clone for EncryptResponse[src]
impl Clone for EncryptResponsefn clone(&self) -> EncryptResponse[src]
fn clone(&self) -> EncryptResponseReturns 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 EncryptResponse[src]
impl Debug for EncryptResponsefn 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 EncryptResponse[src]
impl ResponseResult for EncryptResponseAuto Trait Implementations
impl Send for EncryptResponse
impl Send for EncryptResponseimpl Sync for EncryptResponse
impl Sync for EncryptResponse