Struct shopify::order::Property [] [src]

pub struct Property {
    pub name: String,
    pub value: String,
}

Fields

Trait Implementations

impl Debug for Property
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Property

impl Sync for Property