Struct google_cloudkms1::AsymmetricSignResponse [−][src]
Response message for KeyManagementService.AsymmetricSign.
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
signature: Option<String>
The created signature.
Trait Implementations
impl Default for AsymmetricSignResponse[src]
impl Default for AsymmetricSignResponsefn default() -> AsymmetricSignResponse[src]
fn default() -> AsymmetricSignResponseReturns the "default value" for a type. Read more
impl Clone for AsymmetricSignResponse[src]
impl Clone for AsymmetricSignResponsefn clone(&self) -> AsymmetricSignResponse[src]
fn clone(&self) -> AsymmetricSignResponseReturns 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 AsymmetricSignResponse[src]
impl Debug for AsymmetricSignResponsefn 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 AsymmetricSignResponse[src]
impl ResponseResult for AsymmetricSignResponseAuto Trait Implementations
impl Send for AsymmetricSignResponse
impl Send for AsymmetricSignResponseimpl Sync for AsymmetricSignResponse
impl Sync for AsymmetricSignResponse