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