pub struct LocalDataRebootstrapResult {
pub already_applied: bool,
pub retained_commits: usize,
pub reset_subscriptions: usize,
}Expand description
Privacy-safe acknowledgement for a replicated-projection recovery.
Fields§
§already_applied: bool§retained_commits: usize§reset_subscriptions: usizeTrait Implementations§
Source§impl Clone for LocalDataRebootstrapResult
impl Clone for LocalDataRebootstrapResult
Source§fn clone(&self) -> LocalDataRebootstrapResult
fn clone(&self) -> LocalDataRebootstrapResult
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 LocalDataRebootstrapResult
impl Debug for LocalDataRebootstrapResult
Source§impl<'de> Deserialize<'de> for LocalDataRebootstrapResult
impl<'de> Deserialize<'de> for LocalDataRebootstrapResult
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
impl Eq for LocalDataRebootstrapResult
impl StructuralPartialEq for LocalDataRebootstrapResult
Auto Trait Implementations§
impl Freeze for LocalDataRebootstrapResult
impl RefUnwindSafe for LocalDataRebootstrapResult
impl Send for LocalDataRebootstrapResult
impl Sync for LocalDataRebootstrapResult
impl Unpin for LocalDataRebootstrapResult
impl UnsafeUnpin for LocalDataRebootstrapResult
impl UnwindSafe for LocalDataRebootstrapResult
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