Struct google_appengine1::RepairApplicationRequest [−][src]
pub struct RepairApplicationRequest { /* fields omitted */ }Request message for 'Applications.RepairApplication'.
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).
- repair apps (request)
Trait Implementations
impl Default for RepairApplicationRequest[src]
impl Default for RepairApplicationRequestfn default() -> RepairApplicationRequest[src]
fn default() -> RepairApplicationRequestReturns the "default value" for a type. Read more
impl Clone for RepairApplicationRequest[src]
impl Clone for RepairApplicationRequestfn clone(&self) -> RepairApplicationRequest[src]
fn clone(&self) -> RepairApplicationRequestReturns 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 RepairApplicationRequest[src]
impl Debug for RepairApplicationRequestfn 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 RepairApplicationRequest[src]
impl RequestValue for RepairApplicationRequestAuto Trait Implementations
impl Send for RepairApplicationRequest
impl Send for RepairApplicationRequestimpl Sync for RepairApplicationRequest
impl Sync for RepairApplicationRequest