pub struct BetweenExpr { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AstNode for BetweenExpr
impl AstNode for BetweenExpr
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 BetweenExpr
impl Clone for BetweenExpr
Source§fn clone(&self) -> BetweenExpr
fn clone(&self) -> BetweenExpr
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 BetweenExpr
impl Debug for BetweenExpr
Source§impl From<BetweenExpr> for Expr
impl From<BetweenExpr> for Expr
Source§fn from(node: BetweenExpr) -> Expr
fn from(node: BetweenExpr) -> Expr
Converts to this type from the input type.
Source§impl Hash for BetweenExpr
impl Hash for BetweenExpr
Source§impl PartialEq for BetweenExpr
impl PartialEq for BetweenExpr
impl Eq for BetweenExpr
impl StructuralPartialEq for BetweenExpr
Auto Trait Implementations§
impl Freeze for BetweenExpr
impl !RefUnwindSafe for BetweenExpr
impl !Send for BetweenExpr
impl !Sync for BetweenExpr
impl Unpin for BetweenExpr
impl !UnwindSafe for BetweenExpr
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