pub struct OplogProcessorCheckpointParameters {
pub timestamp: Datetime,
pub plugin: PluginInstallationDescription,
pub target_agent_id: AgentId,
pub confirmed_up_to: OplogIndex,
pub sending_up_to: OplogIndex,
pub last_batch_start: OplogIndex,
}Fields§
§timestamp: Datetime§plugin: PluginInstallationDescription§target_agent_id: AgentId§confirmed_up_to: OplogIndex§sending_up_to: OplogIndex§last_batch_start: OplogIndexTrait Implementations§
Source§impl Clone for OplogProcessorCheckpointParameters
impl Clone for OplogProcessorCheckpointParameters
Source§fn clone(&self) -> OplogProcessorCheckpointParameters
fn clone(&self) -> OplogProcessorCheckpointParameters
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 moreAuto Trait Implementations§
impl Freeze for OplogProcessorCheckpointParameters
impl RefUnwindSafe for OplogProcessorCheckpointParameters
impl Send for OplogProcessorCheckpointParameters
impl Sync for OplogProcessorCheckpointParameters
impl Unpin for OplogProcessorCheckpointParameters
impl UnsafeUnpin for OplogProcessorCheckpointParameters
impl UnwindSafe for OplogProcessorCheckpointParameters
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