Struct walmart_partner_api::feed::IngestionErrors[][src]

pub struct IngestionErrors {
    pub ingestionError: Value,
}

Fields

Trait Implementations

impl Debug for IngestionErrors
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations