Struct google_taskqueue1_beta2::Tasks [−][src]
There is no detailed description.
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).
- lease tasks (response)
Fields
items: Option<Vec<Task>>
The actual list of tasks returned as a result of the lease operation.
kind: Option<String>
The kind of object returned, a list of tasks.
Trait Implementations
impl Default for Tasks[src]
impl Default for Tasksimpl Clone for Tasks[src]
impl Clone for Tasksfn clone(&self) -> Tasks[src]
fn clone(&self) -> TasksReturns 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 Tasks[src]
impl Debug for Tasksfn 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 Tasks[src]
impl ResponseResult for Tasks