Struct inquerest::Limit [] [src]

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

Fields

limit: i64 offset: Option<i64>

Trait Implementations

impl Debug for Limit
[src]

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

Formats the value using the given formatter.

impl PartialEq for Limit
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Default for Limit
[src]

fn default() -> Limit

Returns the "default value" for a type. Read more