pub struct SetStorageParams { /* private fields */ }
Implementations§
Source§impl SetStorageParams
impl SetStorageParams
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn set_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for SetStorageParams
impl AstNode for SetStorageParams
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 SetStorageParams
impl Clone for SetStorageParams
Source§fn clone(&self) -> SetStorageParams
fn clone(&self) -> SetStorageParams
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 SetStorageParams
impl Debug for SetStorageParams
Source§impl From<SetStorageParams> for AlterTableAction
impl From<SetStorageParams> for AlterTableAction
Source§fn from(node: SetStorageParams) -> AlterTableAction
fn from(node: SetStorageParams) -> AlterTableAction
Converts to this type from the input type.
Source§impl Hash for SetStorageParams
impl Hash for SetStorageParams
Source§impl PartialEq for SetStorageParams
impl PartialEq for SetStorageParams
impl Eq for SetStorageParams
impl StructuralPartialEq for SetStorageParams
Auto Trait Implementations§
impl Freeze for SetStorageParams
impl !RefUnwindSafe for SetStorageParams
impl !Send for SetStorageParams
impl !Sync for SetStorageParams
impl Unpin for SetStorageParams
impl !UnwindSafe for SetStorageParams
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