pub struct Entry {
pub rev: Rev,
pub restores: Rev,
}Expand description
One step this trail can take: the record it stands for, and the rev whose document taking it adopts.
restores is the rev the session stood on when the record was
written, which is why a step and its reverse land on the same document
however many times they are repeated.
Fields§
§rev: Rev§restores: RevTrait Implementations§
impl Copy for Entry
impl Eq for Entry
impl StructuralPartialEq for Entry
Auto Trait Implementations§
impl Freeze for Entry
impl RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl UnsafeUnpin for Entry
impl UnwindSafe for Entry
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