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