pub struct ReplicaIdentity<'a> {
pub replica_span: Span,
pub identity_span: Span,
pub option: ReplicaIdentityOption<'a>,
}Expand description
PostgreSQL: REPLICA IDENTITY { DEFAULT | USING INDEX
Fields§
§replica_span: Span§identity_span: Span§option: ReplicaIdentityOption<'a>Trait Implementations§
Source§impl<'a> Clone for ReplicaIdentity<'a>
impl<'a> Clone for ReplicaIdentity<'a>
Source§fn clone(&self) -> ReplicaIdentity<'a>
fn clone(&self) -> ReplicaIdentity<'a>
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<'a> Debug for ReplicaIdentity<'a>
impl<'a> Debug for ReplicaIdentity<'a>
Auto Trait Implementations§
impl<'a> Freeze for ReplicaIdentity<'a>
impl<'a> RefUnwindSafe for ReplicaIdentity<'a>
impl<'a> Send for ReplicaIdentity<'a>
impl<'a> Sync for ReplicaIdentity<'a>
impl<'a> Unpin for ReplicaIdentity<'a>
impl<'a> UnsafeUnpin for ReplicaIdentity<'a>
impl<'a> UnwindSafe for ReplicaIdentity<'a>
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