Struct google_groupsmigration1::Groups [−][src]
JSON response template for groups migration API.
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).
- insert archive (response)
Fields
kind: Option<String>
The kind of insert resource this is.
response_code: Option<String>
The status of the insert request.
Trait Implementations
impl Default for Groups[src]
impl Default for Groupsimpl Clone for Groups[src]
impl Clone for Groupsfn clone(&self) -> Groups[src]
fn clone(&self) -> GroupsReturns 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 Groups[src]
impl Debug for Groupsfn 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 Groups[src]
impl ResponseResult for Groups