Struct bestbuy::order::Channel [] [src]

pub struct Channel {
    pub code: Option<String>,
    pub label: Option<String>,
}

Fields

Trait Implementations

impl Debug for Channel
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Channel

impl Sync for Channel