pub struct CircleSnapshotImageReclaimClaim {
pub target: CircleSnapshotImageReclaimTarget,
pub superseding: CircleSnapshotRef,
}Expand description
Evidence that a later generation of the same device’s Circle snapshot stream supersedes the reclaimed one. The claim names only the exact superseding generation — that generation’s own signed metadata, its stability against every active-access device’s acknowledgement, and its coverage of the reclaimed cut are all re-derived from live state at verification.
Fields§
§target: CircleSnapshotImageReclaimTarget§superseding: CircleSnapshotRefTrait Implementations§
Source§impl Clone for CircleSnapshotImageReclaimClaim
impl Clone for CircleSnapshotImageReclaimClaim
Source§fn clone(&self) -> CircleSnapshotImageReclaimClaim
fn clone(&self) -> CircleSnapshotImageReclaimClaim
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for CircleSnapshotImageReclaimClaim
impl<'de> Deserialize<'de> for CircleSnapshotImageReclaimClaim
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
Source§impl PartialEq for CircleSnapshotImageReclaimClaim
impl PartialEq for CircleSnapshotImageReclaimClaim
Source§fn eq(&self, other: &CircleSnapshotImageReclaimClaim) -> bool
fn eq(&self, other: &CircleSnapshotImageReclaimClaim) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CircleSnapshotImageReclaimClaim
impl StructuralPartialEq for CircleSnapshotImageReclaimClaim
Auto Trait Implementations§
impl Freeze for CircleSnapshotImageReclaimClaim
impl RefUnwindSafe for CircleSnapshotImageReclaimClaim
impl Send for CircleSnapshotImageReclaimClaim
impl Sync for CircleSnapshotImageReclaimClaim
impl Unpin for CircleSnapshotImageReclaimClaim
impl UnsafeUnpin for CircleSnapshotImageReclaimClaim
impl UnwindSafe for CircleSnapshotImageReclaimClaim
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.