Struct kg_display::fmt::Format[][src]

pub struct Format { /* fields omitted */ }

Trait Implementations

impl Debug for Format
[src]

Formats the value using the given formatter. Read more

impl Clone for Format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Format
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Format

impl Sync for Format