Struct google_cloudfunctions1::CallFunctionRequest [−][src]
Request for the CallFunction 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).
- locations functions call projects (request)
Fields
data: Option<String>
Input to be passed to the function.
Trait Implementations
impl Default for CallFunctionRequest[src]
impl Default for CallFunctionRequestfn default() -> CallFunctionRequest[src]
fn default() -> CallFunctionRequestReturns the "default value" for a type. Read more
impl Clone for CallFunctionRequest[src]
impl Clone for CallFunctionRequestfn clone(&self) -> CallFunctionRequest[src]
fn clone(&self) -> CallFunctionRequestReturns 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 CallFunctionRequest[src]
impl Debug for CallFunctionRequestfn 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 CallFunctionRequest[src]
impl RequestValue for CallFunctionRequestAuto Trait Implementations
impl Send for CallFunctionRequest
impl Send for CallFunctionRequestimpl Sync for CallFunctionRequest
impl Sync for CallFunctionRequest