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