Struct google_cloudtasks2_beta3::PauseQueueRequest [−][src]
pub struct PauseQueueRequest { /* fields omitted */ }Request message for PauseQueue.
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).
- locations queues pause projects (request)
Trait Implementations
impl Default for PauseQueueRequest[src]
impl Default for PauseQueueRequestfn default() -> PauseQueueRequest[src]
fn default() -> PauseQueueRequestReturns the "default value" for a type. Read more
impl Clone for PauseQueueRequest[src]
impl Clone for PauseQueueRequestfn clone(&self) -> PauseQueueRequest[src]
fn clone(&self) -> PauseQueueRequestReturns 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 PauseQueueRequest[src]
impl Debug for PauseQueueRequestfn 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 PauseQueueRequest[src]
impl RequestValue for PauseQueueRequestAuto Trait Implementations
impl Send for PauseQueueRequest
impl Send for PauseQueueRequestimpl Sync for PauseQueueRequest
impl Sync for PauseQueueRequest