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