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(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
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 (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 BetweenExpr
impl Debug for BetweenExpr
impl Eq for BetweenExpr
Source§impl Hash for BetweenExpr
impl Hash for BetweenExpr
Source§impl PartialEq for BetweenExpr
impl PartialEq for BetweenExpr
impl StructuralPartialEq for BetweenExpr
Auto Trait Implementations§
impl !RefUnwindSafe for BetweenExpr
impl !Send for BetweenExpr
impl !Sync for BetweenExpr
impl !UnwindSafe for BetweenExpr
impl Freeze for BetweenExpr
impl Unpin for BetweenExpr
impl UnsafeUnpin 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