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