pub struct TablesampleClause { /* private fields */ }Implementations§
Source§impl TablesampleClause
impl TablesampleClause
pub fn call_expr(&self) -> Option<CallExpr>
pub fn repeatable_clause(&self) -> Option<RepeatableClause>
pub fn tablesample_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for TablesampleClause
impl AstNode for TablesampleClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for TablesampleClause
impl Clone for TablesampleClause
Source§fn clone(&self) -> TablesampleClause
fn clone(&self) -> TablesampleClause
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 moreSource§impl Debug for TablesampleClause
impl Debug for TablesampleClause
Source§impl Hash for TablesampleClause
impl Hash for TablesampleClause
Source§impl PartialEq for TablesampleClause
impl PartialEq for TablesampleClause
impl Eq for TablesampleClause
impl StructuralPartialEq for TablesampleClause
Auto Trait Implementations§
impl Freeze for TablesampleClause
impl !RefUnwindSafe for TablesampleClause
impl !Send for TablesampleClause
impl !Sync for TablesampleClause
impl Unpin for TablesampleClause
impl !UnwindSafe for TablesampleClause
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