Struct google_cloudshell1::CancelOperationRequest [−][src]
pub struct CancelOperationRequest { /* fields omitted */ }The request message for Operations.CancelOperation.
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).
- cancel operations (request)
Trait Implementations
impl Default for CancelOperationRequest[src]
impl Default for CancelOperationRequestfn default() -> CancelOperationRequest[src]
fn default() -> CancelOperationRequestReturns the "default value" for a type. Read more
impl Clone for CancelOperationRequest[src]
impl Clone for CancelOperationRequestfn clone(&self) -> CancelOperationRequest[src]
fn clone(&self) -> CancelOperationRequestReturns 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 CancelOperationRequest[src]
impl Debug for CancelOperationRequestfn 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 CancelOperationRequest[src]
impl RequestValue for CancelOperationRequestAuto Trait Implementations
impl Send for CancelOperationRequest
impl Send for CancelOperationRequestimpl Sync for CancelOperationRequest
impl Sync for CancelOperationRequest