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