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