Struct libstripe::Tiers [] [src]

pub struct Tiers {
    pub amount: i64,
    pub up_to: Option<String>,
}

Fields

Trait Implementations

impl Debug for Tiers
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Tiers
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Tiers

impl Sync for Tiers