Enum emoji_clock::Clock[][src]

pub enum Clock<T> {
    Dial(T),
    DialMeridiem(T),
}

Renders a clock in emoji

Variants

Dial with 12 hour time

Dial with 12 hour time and a.m/p.m indication ( 🌞/🌙 )

Trait Implementations

impl<T> Display for Clock<T> where
    T: Timelike
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for Clock<T> where
    T: Send

impl<T> Sync for Clock<T> where
    T: Sync