Enum ice_age::Cmd[][src]

pub enum Cmd {
    StoreLog(Log),
    FlushToDisk,
    Ping,
}

Variants

Trait Implementations

impl Debug for Cmd
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Cmd

impl Sync for Cmd