Struct viewstamped_replication::model::LogEntry
source · pub struct LogEntry {
pub request: Request,
pub prediction: Vec<u8>,
}Fields§
§request: RequestThe operation (with its arguments) the client wants to run.
prediction: Vec<u8>Prediction of non-deterministic values done at the primary.
Trait Implementations§
source§impl PartialEq for LogEntry
impl PartialEq for LogEntry
impl Eq for LogEntry
impl StructuralPartialEq for LogEntry
Auto Trait Implementations§
impl RefUnwindSafe for LogEntry
impl Send for LogEntry
impl Sync for LogEntry
impl Unpin for LogEntry
impl UnwindSafe for LogEntry
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