Struct server::parse::ast::Limit [] [src]

pub struct Limit {
    pub count: Option<i64>,
    pub offset: Option<i64>,
}

Information for data output limiting

Fields

count
offset

Trait Implementations

Derived Implementations

impl PartialEq for Limit

fn eq(&self, __arg_0: &Limit) -> bool

fn ne(&self, __arg_0: &Limit) -> bool

impl Clone for Limit

fn clone(&self) -> Limit

fn clone_from(&mut self, source: &Self)

impl Debug for Limit

fn fmt(&self, __arg_0: &mut Formatter) -> Result