pub struct CdcCheckpointAdvancedEvent {
pub consumer_id: CdcConsumerId,
pub version: CommitVersion,
}Expand description
Emitted when a CDC consumer’s checkpoint advances to a new version
Fields§
§consumer_id: CdcConsumerIdThe consumer whose checkpoint advanced
version: CommitVersionThe new checkpoint version
Trait Implementations§
Source§impl Clone for CdcCheckpointAdvancedEvent
impl Clone for CdcCheckpointAdvancedEvent
Source§fn clone(&self) -> CdcCheckpointAdvancedEvent
fn clone(&self) -> CdcCheckpointAdvancedEvent
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 CdcCheckpointAdvancedEvent
impl Debug for CdcCheckpointAdvancedEvent
Auto Trait Implementations§
impl Freeze for CdcCheckpointAdvancedEvent
impl RefUnwindSafe for CdcCheckpointAdvancedEvent
impl Send for CdcCheckpointAdvancedEvent
impl Sync for CdcCheckpointAdvancedEvent
impl Unpin for CdcCheckpointAdvancedEvent
impl UnwindSafe for CdcCheckpointAdvancedEvent
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