pub struct DeltaRowTrackingDomainMetadata {
pub row_id_high_water_mark: i64,
}Expand description
Configuration for Row Tracking.
Fields§
§row_id_high_water_mark: i64The highest fresh Row ID assigned so far.
Trait Implementations§
Source§impl Clone for DeltaRowTrackingDomainMetadata
impl Clone for DeltaRowTrackingDomainMetadata
Source§fn clone(&self) -> DeltaRowTrackingDomainMetadata
fn clone(&self) -> DeltaRowTrackingDomainMetadata
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<'de> Deserialize<'de> for DeltaRowTrackingDomainMetadata
impl<'de> Deserialize<'de> for DeltaRowTrackingDomainMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DeltaRowTrackingDomainMetadata
impl StructuralPartialEq for DeltaRowTrackingDomainMetadata
Auto Trait Implementations§
impl Freeze for DeltaRowTrackingDomainMetadata
impl RefUnwindSafe for DeltaRowTrackingDomainMetadata
impl Send for DeltaRowTrackingDomainMetadata
impl Sync for DeltaRowTrackingDomainMetadata
impl Unpin for DeltaRowTrackingDomainMetadata
impl UnsafeUnpin for DeltaRowTrackingDomainMetadata
impl UnwindSafe for DeltaRowTrackingDomainMetadata
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