Struct viewstamped_replication::model::StartView
source · pub struct StartView {
pub l: Vec<LogEntry>,
pub k: OpNumber,
}Fields§
§l: Vec<LogEntry>The log of the replica.
k: OpNumberThe op-number of the latest committed request known to the replica.
Trait Implementations§
source§impl PartialEq for StartView
impl PartialEq for StartView
impl Eq for StartView
impl StructuralPartialEq for StartView
Auto Trait Implementations§
impl RefUnwindSafe for StartView
impl Send for StartView
impl Sync for StartView
impl Unpin for StartView
impl UnwindSafe for StartView
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