Struct rorm_sql::limit_clause::LimitClause
source · Expand description
Representation of a limit / offset clause in SQL.
Fields§
§limit: u64Limit to set to
offset: Option<u64>Optional offset to append.
Trait Implementations§
source§impl Clone for LimitClause
impl Clone for LimitClause
source§fn clone(&self) -> LimitClause
fn clone(&self) -> LimitClause
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more