Enum asciii::BillType [] [src]

pub enum BillType {
    Offer,
    Invoice,
}

Variants

Trait Implementations

impl Debug for BillType
[src]

[src]

Formats the value using the given formatter.

impl Copy for BillType
[src]

impl Clone for BillType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl ToString for BillType
[src]

[src]

Converts the given value to a String. Read more