pub struct StateCatchUpEntry {
pub sequence: u64,
pub operation: StateCatchUpOperation,
}Expand description
A single state mutation that a reconnecting daemon may have missed.
Fields§
§sequence: u64§operation: StateCatchUpOperationTrait Implementations§
Source§impl Clone for StateCatchUpEntry
impl Clone for StateCatchUpEntry
Source§fn clone(&self) -> StateCatchUpEntry
fn clone(&self) -> StateCatchUpEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StateCatchUpEntry
impl Debug for StateCatchUpEntry
Source§impl<'de> Deserialize<'de> for StateCatchUpEntry
impl<'de> Deserialize<'de> for StateCatchUpEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for StateCatchUpEntry
impl RefUnwindSafe for StateCatchUpEntry
impl Send for StateCatchUpEntry
impl Sync for StateCatchUpEntry
impl Unpin for StateCatchUpEntry
impl UnsafeUnpin for StateCatchUpEntry
impl UnwindSafe for StateCatchUpEntry
Blanket Implementations§
impl<T> Allocation for T
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