#[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 copy 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<'de> Deserialize<'de> for MostRecentStartPositionwhere
MostRecentStartPosition: Default,
impl<'de> Deserialize<'de> for MostRecentStartPositionwhere
MostRecentStartPosition: Default,
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
Source§impl Message for MostRecentStartPosition
impl Message for MostRecentStartPosition
Source§impl PartialEq for MostRecentStartPosition
impl PartialEq for MostRecentStartPosition
Source§impl Serialize for MostRecentStartPosition
impl Serialize 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