Struct braintree::descriptor::Descriptor [] [src]

pub struct Descriptor {
    pub name: Option<String>,
    pub phone: Option<String>,
    pub url: Option<String>,
}

Fields

Trait Implementations

impl Debug for Descriptor
[src]

Formats the value using the given formatter.

impl Default for Descriptor
[src]

Returns the "default value" for a type. Read more