pub struct WithinClause { /* private fields */ }
Implementations§
Source§impl WithinClause
impl WithinClause
pub fn order_by_clause(&self) -> Option<OrderByClause>
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn group_token(&self) -> Option<SyntaxToken>
pub fn within_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for WithinClause
impl AstNode for WithinClause
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 WithinClause
impl Clone for WithinClause
Source§fn clone(&self) -> WithinClause
fn clone(&self) -> WithinClause
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 WithinClause
impl Debug for WithinClause
Source§impl Hash for WithinClause
impl Hash for WithinClause
Source§impl PartialEq for WithinClause
impl PartialEq for WithinClause
impl Eq for WithinClause
impl StructuralPartialEq for WithinClause
Auto Trait Implementations§
impl Freeze for WithinClause
impl !RefUnwindSafe for WithinClause
impl !Send for WithinClause
impl !Sync for WithinClause
impl Unpin for WithinClause
impl !UnwindSafe for WithinClause
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