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