pub struct CdcCheckpoint {}Implementations§
Source§impl CdcCheckpoint
impl CdcCheckpoint
pub fn fetch<K: ToConsumerKey>( txn: &mut impl QueryTransaction, consumer: &K, ) -> Result<CommitVersion>
pub fn persist<K: ToConsumerKey>( txn: &mut impl CommandTransaction, consumer: &K, version: CommitVersion, ) -> Result<()>
Auto Trait Implementations§
impl Freeze for CdcCheckpoint
impl RefUnwindSafe for CdcCheckpoint
impl Send for CdcCheckpoint
impl Sync for CdcCheckpoint
impl Unpin for CdcCheckpoint
impl UnwindSafe for CdcCheckpoint
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