pub struct PartitionNegativeGuardReport {
pub old_wrong_path: &'static str,
pub rejected: bool,
pub event: PartitionTelemetryEvent,
}Expand description
Negative-guard report for old-wrong external partition handling.
Fields§
§old_wrong_path: &'static str§rejected: bool§event: PartitionTelemetryEventTrait Implementations§
Source§impl Clone for PartitionNegativeGuardReport
impl Clone for PartitionNegativeGuardReport
Source§fn clone(&self) -> PartitionNegativeGuardReport
fn clone(&self) -> PartitionNegativeGuardReport
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 PartitionNegativeGuardReport
Source§impl Debug for PartitionNegativeGuardReport
impl Debug for PartitionNegativeGuardReport
impl Eq for PartitionNegativeGuardReport
Source§impl PartialEq for PartitionNegativeGuardReport
impl PartialEq for PartitionNegativeGuardReport
Source§fn eq(&self, other: &PartitionNegativeGuardReport) -> bool
fn eq(&self, other: &PartitionNegativeGuardReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PartitionNegativeGuardReport
Auto Trait Implementations§
impl Freeze for PartitionNegativeGuardReport
impl RefUnwindSafe for PartitionNegativeGuardReport
impl Send for PartitionNegativeGuardReport
impl Sync for PartitionNegativeGuardReport
impl Unpin for PartitionNegativeGuardReport
impl UnsafeUnpin for PartitionNegativeGuardReport
impl UnwindSafe for PartitionNegativeGuardReport
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