pub struct ExistsExpr { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ExistsExpr
impl AstNode for ExistsExpr
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for ExistsExpr
impl Clone for ExistsExpr
Source§fn clone(&self) -> ExistsExpr
fn clone(&self) -> ExistsExpr
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 ExistsExpr
impl Debug for ExistsExpr
impl Eq for ExistsExpr
Source§impl Hash for ExistsExpr
impl Hash for ExistsExpr
Source§impl PartialEq for ExistsExpr
impl PartialEq for ExistsExpr
impl StructuralPartialEq for ExistsExpr
Auto Trait Implementations§
impl !RefUnwindSafe for ExistsExpr
impl !Send for ExistsExpr
impl !Sync for ExistsExpr
impl !UnwindSafe for ExistsExpr
impl Freeze for ExistsExpr
impl Unpin for ExistsExpr
impl UnsafeUnpin for ExistsExpr
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