pub struct CircleBootstrapCoverageRef {
pub circle_id: CircleId,
pub control: CircleControlCoord,
pub activation_commit: StoreBatchCommitRef,
pub bootstrap: CircleBootstrapRef,
}Expand description
The exact retained bootstrap coverage a recipient device’s live Circle
projection was seeded from: the activating Store commit, the control it
activated under, and the bootstrap reference (its exact cut and image hash
live inside that reference, not re-declared here). Names one row of
circle_bootstrap_coverage.
Fields§
§circle_id: CircleId§control: CircleControlCoord§activation_commit: StoreBatchCommitRef§bootstrap: CircleBootstrapRefTrait Implementations§
Source§impl Clone for CircleBootstrapCoverageRef
impl Clone for CircleBootstrapCoverageRef
Source§fn clone(&self) -> CircleBootstrapCoverageRef
fn clone(&self) -> CircleBootstrapCoverageRef
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 Debug for CircleBootstrapCoverageRef
impl Debug for CircleBootstrapCoverageRef
Source§impl<'de> Deserialize<'de> for CircleBootstrapCoverageRef
impl<'de> Deserialize<'de> for CircleBootstrapCoverageRef
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 CircleBootstrapCoverageRef
impl StructuralPartialEq for CircleBootstrapCoverageRef
Auto Trait Implementations§
impl Freeze for CircleBootstrapCoverageRef
impl RefUnwindSafe for CircleBootstrapCoverageRef
impl Send for CircleBootstrapCoverageRef
impl Sync for CircleBootstrapCoverageRef
impl Unpin for CircleBootstrapCoverageRef
impl UnsafeUnpin for CircleBootstrapCoverageRef
impl UnwindSafe for CircleBootstrapCoverageRef
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.