pub struct RangeChangeJournalScope { /* private fields */ }Expand description
Scope used to turn local SQL row and secondary-index changes into one ordered range-change record.
Implementations§
Trait Implementations§
Source§impl Clone for RangeChangeJournalScope
impl Clone for RangeChangeJournalScope
Source§fn clone(&self) -> RangeChangeJournalScope
fn clone(&self) -> RangeChangeJournalScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RangeChangeJournalScope
impl Debug for RangeChangeJournalScope
impl Eq for RangeChangeJournalScope
Source§impl PartialEq for RangeChangeJournalScope
impl PartialEq for RangeChangeJournalScope
impl StructuralPartialEq for RangeChangeJournalScope
Auto Trait Implementations§
impl Freeze for RangeChangeJournalScope
impl RefUnwindSafe for RangeChangeJournalScope
impl Send for RangeChangeJournalScope
impl Sync for RangeChangeJournalScope
impl Unpin for RangeChangeJournalScope
impl UnsafeUnpin for RangeChangeJournalScope
impl UnwindSafe for RangeChangeJournalScope
Blanket Implementations§
impl<T> Allocation for T
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