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