pub struct ResetStorageParams { /* private fields */ }
Implementations§
Source§impl ResetStorageParams
impl ResetStorageParams
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn reset_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ResetStorageParams
impl AstNode for ResetStorageParams
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for ResetStorageParams
impl Clone for ResetStorageParams
Source§fn clone(&self) -> ResetStorageParams
fn clone(&self) -> ResetStorageParams
Returns a duplicate of the value. Read more
1.0.0 · 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 ResetStorageParams
impl Debug for ResetStorageParams
Source§impl From<ResetStorageParams> for AlterTableAction
impl From<ResetStorageParams> for AlterTableAction
Source§fn from(node: ResetStorageParams) -> AlterTableAction
fn from(node: ResetStorageParams) -> AlterTableAction
Converts to this type from the input type.
Source§impl Hash for ResetStorageParams
impl Hash for ResetStorageParams
Source§impl PartialEq for ResetStorageParams
impl PartialEq for ResetStorageParams
impl Eq for ResetStorageParams
impl StructuralPartialEq for ResetStorageParams
Auto Trait Implementations§
impl Freeze for ResetStorageParams
impl !RefUnwindSafe for ResetStorageParams
impl !Send for ResetStorageParams
impl !Sync for ResetStorageParams
impl Unpin for ResetStorageParams
impl !UnwindSafe for ResetStorageParams
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