Struct gluesql_core::ast_builder::LimitNode
source · pub struct LimitNode { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LimitNode
impl Send for LimitNode
impl Sync for LimitNode
impl Unpin for LimitNode
impl UnwindSafe for LimitNode
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