Struct kg_display::fmt::FormatSpec[][src]

pub struct FormatSpec { /* fields omitted */ }

Trait Implementations

impl Debug for FormatSpec
[src]

Formats the value using the given formatter. Read more

impl Clone for FormatSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FormatSpec
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FormatSpec

impl Sync for FormatSpec