Struct google_content2::OrderMerchantProvidedAnnotation [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
key: Option<String>
Key for additional merchant provided (as key-value pairs) annotation about the line item.
value: Option<String>
Value for additional merchant provided (as key-value pairs) annotation about the line item.
Trait Implementations
impl Default for OrderMerchantProvidedAnnotation[src]
impl Default for OrderMerchantProvidedAnnotationfn default() -> OrderMerchantProvidedAnnotation[src]
fn default() -> OrderMerchantProvidedAnnotationReturns the "default value" for a type. Read more
impl Clone for OrderMerchantProvidedAnnotation[src]
impl Clone for OrderMerchantProvidedAnnotationfn clone(&self) -> OrderMerchantProvidedAnnotation[src]
fn clone(&self) -> OrderMerchantProvidedAnnotationReturns 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 OrderMerchantProvidedAnnotation[src]
impl Debug for OrderMerchantProvidedAnnotationfn 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 OrderMerchantProvidedAnnotation[src]
impl Part for OrderMerchantProvidedAnnotationAuto Trait Implementations
impl Send for OrderMerchantProvidedAnnotation
impl Send for OrderMerchantProvidedAnnotationimpl Sync for OrderMerchantProvidedAnnotation
impl Sync for OrderMerchantProvidedAnnotation