Struct gitql_ast::statement::LimitStatement
source · pub struct LimitStatement {
pub count: usize,
}
Fields§
§count: usize
Trait Implementations§
source§impl Statement for LimitStatement
impl Statement for LimitStatement
fn as_any(&self) -> &dyn Any
fn get_statement_kind(&self) -> StatementKind
Auto Trait Implementations§
impl RefUnwindSafe for LimitStatement
impl Send for LimitStatement
impl Sync for LimitStatement
impl Unpin for LimitStatement
impl UnwindSafe for LimitStatement
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