Struct nom_sql::LimitClause [−][src]
Fields
limit: u64
offset: u64
Trait Implementations
impl Clone for LimitClause[src]
impl Clone for LimitClausefn clone(&self) -> LimitClause[src]
fn clone(&self) -> LimitClauseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for LimitClause[src]
impl Debug for LimitClausefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for LimitClause[src]
impl Eq for LimitClauseimpl Hash for LimitClause[src]
impl Hash for LimitClausefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for LimitClause[src]
impl PartialEq for LimitClausefn eq(&self, other: &LimitClause) -> bool[src]
fn eq(&self, other: &LimitClause) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LimitClause) -> bool[src]
fn ne(&self, other: &LimitClause) -> boolThis method tests for !=.
impl Display for LimitClause[src]
impl Display for LimitClauseAuto Trait Implementations
impl Send for LimitClause
impl Send for LimitClauseimpl Sync for LimitClause
impl Sync for LimitClause