Struct localnative_core::CmdDelete[][src]

pub struct CmdDelete {
    pub query: String,
    pub rowid: i64,
    pub limit: u32,
    pub offset: u32,
}

Fields

Trait Implementations

impl Debug for CmdDelete
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CmdDelete

impl Sync for CmdDelete