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