Enum stripe::TrialEnd[][src]

pub enum TrialEnd<'a> {
    Timestamp(Timestamp),
    Special(&'a str),
}

Variants

Trait Implementations

impl<'a> Debug for TrialEnd<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for TrialEnd<'a>

impl<'a> Sync for TrialEnd<'a>