pub struct SearchOplog { /* private fields */ }
Implementations§
Source§impl SearchOplog
impl SearchOplog
pub fn get_next(&self) -> Option<Vec<(OplogIndex, OplogEntry)>>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SearchOplog
impl RefUnwindSafe for SearchOplog
impl Send for SearchOplog
impl Sync for SearchOplog
impl Unpin for SearchOplog
impl UnwindSafe for SearchOplog
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