pub struct LimitByExpr {
pub count: u32,
pub offset: u32,
pub columns: Vec<String>,
}Fields§
§count: u32§offset: u32§columns: Vec<String>Trait Implementations§
Source§impl Clone for LimitByExpr
impl Clone for LimitByExpr
Source§fn clone(&self) -> LimitByExpr
fn clone(&self) -> LimitByExpr
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LimitByExpr
impl RefUnwindSafe for LimitByExpr
impl Send for LimitByExpr
impl Sync for LimitByExpr
impl Unpin for LimitByExpr
impl UnsafeUnpin for LimitByExpr
impl UnwindSafe for LimitByExpr
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more