Struct google_cloudiot1::SendCommandToDeviceResponse [−][src]
pub struct SendCommandToDeviceResponse { /* fields omitted */ }Response for SendCommandToDevice.
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).
Trait Implementations
impl Default for SendCommandToDeviceResponse[src]
impl Default for SendCommandToDeviceResponsefn default() -> SendCommandToDeviceResponse[src]
fn default() -> SendCommandToDeviceResponseReturns the "default value" for a type. Read more
impl Clone for SendCommandToDeviceResponse[src]
impl Clone for SendCommandToDeviceResponsefn clone(&self) -> SendCommandToDeviceResponse[src]
fn clone(&self) -> SendCommandToDeviceResponseReturns 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 SendCommandToDeviceResponse[src]
impl Debug for SendCommandToDeviceResponsefn 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 SendCommandToDeviceResponse[src]
impl ResponseResult for SendCommandToDeviceResponseAuto Trait Implementations
impl Send for SendCommandToDeviceResponse
impl Send for SendCommandToDeviceResponseimpl Sync for SendCommandToDeviceResponse
impl Sync for SendCommandToDeviceResponse