pub struct PrefixRestoreObservation<'a> {
pub request_id: &'a RequestId,
pub source: PrefixRestoreSource,
pub decision: PrefixRestoreDecision<'a>,
}Expand description
Observation only: neither an index hit nor a completed copy authorizes use
of restored state. Restored is emitted after publication acknowledgement.
Fields§
§request_id: &'a RequestId§source: PrefixRestoreSource§decision: PrefixRestoreDecision<'a>Trait Implementations§
Source§impl<'a> Debug for PrefixRestoreObservation<'a>
impl<'a> Debug for PrefixRestoreObservation<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PrefixRestoreObservation<'a>
impl<'a> !UnwindSafe for PrefixRestoreObservation<'a>
impl<'a> Freeze for PrefixRestoreObservation<'a>
impl<'a> Send for PrefixRestoreObservation<'a>
impl<'a> Sync for PrefixRestoreObservation<'a>
impl<'a> Unpin for PrefixRestoreObservation<'a>
impl<'a> UnsafeUnpin for PrefixRestoreObservation<'a>
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