Enum braintree::transaction::Type [] [src]

pub enum Type {
    Sale,
    Credit,
}

Variants

Trait Implementations

impl Copy for Type
[src]

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Type
[src]

Formats the value using the given formatter.

impl Default for Type
[src]

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

impl From<String> for Type
[src]

Performs the conversion.