Struct sheets::types::AddDataSourceResponse [−][src]
pub struct AddDataSourceResponse { pub data_execution_status: Option<DataExecutionStatus>, pub data_source: Option<DataSource>, }
Expand description
The result of adding a data source.
Fields
data_execution_status: Option<DataExecutionStatus>
The result of adding a data source.
data_source: Option<DataSource>
The result of adding a data source.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AddDataSourceResponse
impl Send for AddDataSourceResponse
impl Sync for AddDataSourceResponse
impl Unpin for AddDataSourceResponse
impl UnwindSafe for AddDataSourceResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more