Struct google_cloudtasks2_beta2::PullTasksResponse [−][src]
Response message for pulling tasks using CloudTasks.PullTasks.
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 tasks pull projects (response)
Fields
tasks: Option<Vec<Task>>
The leased tasks.
Trait Implementations
impl Default for PullTasksResponse[src]
impl Default for PullTasksResponsefn default() -> PullTasksResponse[src]
fn default() -> PullTasksResponseReturns the "default value" for a type. Read more
impl Clone for PullTasksResponse[src]
impl Clone for PullTasksResponsefn clone(&self) -> PullTasksResponse[src]
fn clone(&self) -> PullTasksResponseReturns 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 PullTasksResponse[src]
impl Debug for PullTasksResponsefn 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 PullTasksResponse[src]
impl ResponseResult for PullTasksResponseAuto Trait Implementations
impl Send for PullTasksResponse
impl Send for PullTasksResponseimpl Sync for PullTasksResponse
impl Sync for PullTasksResponse