pub struct PartitionVerificationReport4 {
pub min_cut_weight: f64,
pub canonical_partition: Partition4,
pub canonical_partition_source: &'static str,
pub cognitum_partition_hint: &'static str,
pub disagreement_distance: usize,
pub policy_tolerance: usize,
pub event: PartitionTelemetryEvent,
}Expand description
Value-bearing report for one canonical partition verification.
Fields§
§min_cut_weight: f64§canonical_partition: Partition4§canonical_partition_source: &'static str§cognitum_partition_hint: &'static str§disagreement_distance: usize§policy_tolerance: usize§event: PartitionTelemetryEventTrait Implementations§
Source§impl Clone for PartitionVerificationReport4
impl Clone for PartitionVerificationReport4
Source§fn clone(&self) -> PartitionVerificationReport4
fn clone(&self) -> PartitionVerificationReport4
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 moreimpl Copy for PartitionVerificationReport4
Source§impl Debug for PartitionVerificationReport4
impl Debug for PartitionVerificationReport4
Source§impl PartialEq for PartitionVerificationReport4
impl PartialEq for PartitionVerificationReport4
Source§fn eq(&self, other: &PartitionVerificationReport4) -> bool
fn eq(&self, other: &PartitionVerificationReport4) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PartitionVerificationReport4
Auto Trait Implementations§
impl Freeze for PartitionVerificationReport4
impl RefUnwindSafe for PartitionVerificationReport4
impl Send for PartitionVerificationReport4
impl Sync for PartitionVerificationReport4
impl Unpin for PartitionVerificationReport4
impl UnsafeUnpin for PartitionVerificationReport4
impl UnwindSafe for PartitionVerificationReport4
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