Struct localnative_core::CmdSearch[][src]

pub struct CmdSearch {
    pub query: String,
    pub limit: u32,
    pub offset: u32,
}

Fields

Trait Implementations

impl Debug for CmdSearch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CmdSearch

impl Sync for CmdSearch