Struct google_content2::DatafeedsCustomBatchResponseEntry [−][src]
pub struct DatafeedsCustomBatchResponseEntry {
pub batch_id: Option<u32>,
pub errors: Option<Errors>,
pub datafeed: Option<Datafeed>,
}A batch entry encoding a single non-batch datafeeds response.
This type is not used in any activity, and only used as part of another schema.
Fields
batch_id: Option<u32>
The ID of the request entry this entry responds to.
errors: Option<Errors>
A list of errors defined if and only if the request failed.
datafeed: Option<Datafeed>
The requested data feed. Defined if and only if the request was successful.
Trait Implementations
impl Default for DatafeedsCustomBatchResponseEntry[src]
impl Default for DatafeedsCustomBatchResponseEntryfn default() -> DatafeedsCustomBatchResponseEntry[src]
fn default() -> DatafeedsCustomBatchResponseEntryReturns the "default value" for a type. Read more
impl Clone for DatafeedsCustomBatchResponseEntry[src]
impl Clone for DatafeedsCustomBatchResponseEntryfn clone(&self) -> DatafeedsCustomBatchResponseEntry[src]
fn clone(&self) -> DatafeedsCustomBatchResponseEntryReturns 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 DatafeedsCustomBatchResponseEntry[src]
impl Debug for DatafeedsCustomBatchResponseEntryfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for DatafeedsCustomBatchResponseEntry[src]
impl Part for DatafeedsCustomBatchResponseEntryAuto Trait Implementations
impl Send for DatafeedsCustomBatchResponseEntry
impl Send for DatafeedsCustomBatchResponseEntryimpl Sync for DatafeedsCustomBatchResponseEntry
impl Sync for DatafeedsCustomBatchResponseEntry