#[repr(C)]pub struct JumpParameters {
pub timestamp: Datetime,
pub start: OplogIndex,
pub end: OplogIndex,
}
Fields§
§timestamp: Datetime
§start: OplogIndex
§end: OplogIndex
Trait Implementations§
Source§impl Clone for JumpParameters
impl Clone for JumpParameters
Source§fn clone(&self) -> JumpParameters
fn clone(&self) -> JumpParameters
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 JumpParameters
impl Debug for JumpParameters
impl Copy for JumpParameters
Auto Trait Implementations§
impl Freeze for JumpParameters
impl RefUnwindSafe for JumpParameters
impl Send for JumpParameters
impl Sync for JumpParameters
impl Unpin for JumpParameters
impl UnwindSafe for JumpParameters
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