Struct google_cloudkms1::DestroyCryptoKeyVersionRequest [−][src]
pub struct DestroyCryptoKeyVersionRequest { /* fields omitted */ }Request message for KeyManagementService.DestroyCryptoKeyVersion.
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).
Trait Implementations
impl Default for DestroyCryptoKeyVersionRequest[src]
impl Default for DestroyCryptoKeyVersionRequestfn default() -> DestroyCryptoKeyVersionRequest[src]
fn default() -> DestroyCryptoKeyVersionRequestReturns the "default value" for a type. Read more
impl Clone for DestroyCryptoKeyVersionRequest[src]
impl Clone for DestroyCryptoKeyVersionRequestfn clone(&self) -> DestroyCryptoKeyVersionRequest[src]
fn clone(&self) -> DestroyCryptoKeyVersionRequestReturns 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 DestroyCryptoKeyVersionRequest[src]
impl Debug for DestroyCryptoKeyVersionRequestfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for DestroyCryptoKeyVersionRequest[src]
impl RequestValue for DestroyCryptoKeyVersionRequestAuto Trait Implementations
impl Send for DestroyCryptoKeyVersionRequest
impl Send for DestroyCryptoKeyVersionRequestimpl Sync for DestroyCryptoKeyVersionRequest
impl Sync for DestroyCryptoKeyVersionRequest