Struct localnative_core::Cmd[][src]

pub struct Cmd {
    pub action: String,
}

Fields

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