Struct gluesql_core::ast_builder::LimitOffsetNode
source · pub struct LimitOffsetNode { /* private fields */ }Implementations
sourceimpl LimitOffsetNode
impl LimitOffsetNode
pub fn new<N: Into<PrevNode>, T: Into<ExprNode>>(prev_node: N, expr: T) -> Self
pub fn project<T: Into<SelectItemList>>(self, select_items: T) -> ProjectNode
Trait Implementations
sourceimpl Clone for LimitOffsetNode
impl Clone for LimitOffsetNode
sourcefn clone(&self) -> LimitOffsetNode
fn clone(&self) -> LimitOffsetNode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl From<LimitOffsetNode> for QueryNode
impl From<LimitOffsetNode> for QueryNode
sourcefn from(node: LimitOffsetNode) -> Self
fn from(node: LimitOffsetNode) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for LimitOffsetNode
impl Send for LimitOffsetNode
impl Sync for LimitOffsetNode
impl Unpin for LimitOffsetNode
impl UnwindSafe for LimitOffsetNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more