Struct google_taskqueue1_beta2::Tasks2 [−][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).
- list tasks (response)
Fields
items: Option<Vec<Task>>
The actual list of tasks currently active in the TaskQueue.
kind: Option<String>
The kind of object returned, a list of tasks.
Trait Implementations
impl Default for Tasks2[src]
impl Default for Tasks2impl Clone for Tasks2[src]
impl Clone for Tasks2fn clone(&self) -> Tasks2[src]
fn clone(&self) -> Tasks2Returns 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 Tasks2[src]
impl Debug for Tasks2fn 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 Tasks2[src]
impl ResponseResult for Tasks2