Enum kg_display::fmt::Count[][src]

pub enum Count {
    Argument(Argument),
    Value(usize),
}

Variants

Trait Implementations

impl Debug for Count
[src]

Formats the value using the given formatter. Read more

impl Clone for Count
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Count
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Count

impl Sync for Count