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