Enum kg_display::fmt::Precision[][src]

pub enum Precision {
    Count(Count),
    Star,
}

Variants

Trait Implementations

impl Debug for Precision
[src]

Formats the value using the given formatter. Read more

impl Clone for Precision
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Precision
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Precision

impl Sync for Precision