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