#[non_exhaustive]pub struct MostRecentStartPosition { /* private fields */ }
Expand description
CDC strategy to start replicating from the most recent position in the source.
Implementations§
Trait Implementations§
Source§impl Clone for MostRecentStartPosition
impl Clone for MostRecentStartPosition
Source§fn clone(&self) -> MostRecentStartPosition
fn clone(&self) -> MostRecentStartPosition
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 MostRecentStartPosition
impl Debug for MostRecentStartPosition
Source§impl Default for MostRecentStartPosition
impl Default for MostRecentStartPosition
Source§fn default() -> MostRecentStartPosition
fn default() -> MostRecentStartPosition
Returns the “default value” for a type. Read more
Source§impl Message for MostRecentStartPosition
impl Message for MostRecentStartPosition
Source§impl PartialEq for MostRecentStartPosition
impl PartialEq for MostRecentStartPosition
impl StructuralPartialEq for MostRecentStartPosition
Auto Trait Implementations§
impl Freeze for MostRecentStartPosition
impl RefUnwindSafe for MostRecentStartPosition
impl Send for MostRecentStartPosition
impl Sync for MostRecentStartPosition
impl Unpin for MostRecentStartPosition
impl UnwindSafe for MostRecentStartPosition
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