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