pub struct KeyDelta {
pub key: String,
pub kind: DeltaKind,
}Expand description
How a key changed between two epochs (see HoronHistory::delta).
Fields§
§key: StringThe node key.
kind: DeltaKindWhat happened to it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyDelta
impl RefUnwindSafe for KeyDelta
impl Send for KeyDelta
impl Sync for KeyDelta
impl Unpin for KeyDelta
impl UnsafeUnpin for KeyDelta
impl UnwindSafe for KeyDelta
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