pub enum PartitionTelemetryEvent {
None,
PartitionDisagreement,
}Expand description
Runtime event emitted by partition verification.
Variants§
Trait Implementations§
Source§impl Clone for PartitionTelemetryEvent
impl Clone for PartitionTelemetryEvent
Source§fn clone(&self) -> PartitionTelemetryEvent
fn clone(&self) -> PartitionTelemetryEvent
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 PartitionTelemetryEvent
Source§impl Debug for PartitionTelemetryEvent
impl Debug for PartitionTelemetryEvent
impl Eq for PartitionTelemetryEvent
Source§impl PartialEq for PartitionTelemetryEvent
impl PartialEq for PartitionTelemetryEvent
Source§fn eq(&self, other: &PartitionTelemetryEvent) -> bool
fn eq(&self, other: &PartitionTelemetryEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PartitionTelemetryEvent
Auto Trait Implementations§
impl Freeze for PartitionTelemetryEvent
impl RefUnwindSafe for PartitionTelemetryEvent
impl Send for PartitionTelemetryEvent
impl Sync for PartitionTelemetryEvent
impl Unpin for PartitionTelemetryEvent
impl UnsafeUnpin for PartitionTelemetryEvent
impl UnwindSafe for PartitionTelemetryEvent
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