Struct google_cloudresourcemanager1::UndeleteProjectRequest [−][src]
pub struct UndeleteProjectRequest { /* fields omitted */ }The request sent to the UndeleteProject method.
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).
- undelete projects (request)
Trait Implementations
impl Default for UndeleteProjectRequest[src]
impl Default for UndeleteProjectRequestfn default() -> UndeleteProjectRequest[src]
fn default() -> UndeleteProjectRequestReturns the "default value" for a type. Read more
impl Clone for UndeleteProjectRequest[src]
impl Clone for UndeleteProjectRequestfn clone(&self) -> UndeleteProjectRequest[src]
fn clone(&self) -> UndeleteProjectRequestReturns 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 UndeleteProjectRequest[src]
impl Debug for UndeleteProjectRequestfn 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 UndeleteProjectRequest[src]
impl RequestValue for UndeleteProjectRequestAuto Trait Implementations
impl Send for UndeleteProjectRequest
impl Send for UndeleteProjectRequestimpl Sync for UndeleteProjectRequest
impl Sync for UndeleteProjectRequest