pub struct LimitClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for LimitClause
impl AstNode for LimitClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for LimitClause
impl Clone for LimitClause
Source§fn clone(&self) -> LimitClause
fn clone(&self) -> LimitClause
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LimitClause
impl Debug for LimitClause
impl Eq for LimitClause
Source§impl Hash for LimitClause
impl Hash for LimitClause
Source§impl PartialEq for LimitClause
impl PartialEq for LimitClause
impl StructuralPartialEq for LimitClause
Auto Trait Implementations§
impl !RefUnwindSafe for LimitClause
impl !Send for LimitClause
impl !Sync for LimitClause
impl !UnwindSafe for LimitClause
impl Freeze for LimitClause
impl Unpin for LimitClause
impl UnsafeUnpin for LimitClause
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