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