Struct localnative_core::CmdInsert[][src]

pub struct CmdInsert {
    pub title: String,
    pub url: String,
    pub tags: String,
    pub description: String,
    pub comments: String,
    pub annotations: String,
    pub limit: u32,
    pub offset: u32,
}

Fields

Trait Implementations

impl Debug for CmdInsert
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CmdInsert

impl Sync for CmdInsert