pub struct PnoScanCancellationBreakdownByResultsAndSourceEventCodes {
pub has_scan_results: PnoScanCancellationBreakdownByResultsAndSourceMetricDimensionHasScanResults,
pub cancellation_source: PnoScanCancellationBreakdownByResultsAndSourceMetricDimensionCancellationSource,
}Fields§
§has_scan_results: PnoScanCancellationBreakdownByResultsAndSourceMetricDimensionHasScanResults§cancellation_source: PnoScanCancellationBreakdownByResultsAndSourceMetricDimensionCancellationSourceTrait Implementations§
Source§impl AsEventCodes for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl AsEventCodes for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
Source§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32> of event codes.Source§impl Clone for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl Clone for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
Source§fn clone(&self) -> PnoScanCancellationBreakdownByResultsAndSourceEventCodes
fn clone(&self) -> PnoScanCancellationBreakdownByResultsAndSourceEventCodes
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 Ord for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl Ord for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
Source§fn cmp(
&self,
other: &PnoScanCancellationBreakdownByResultsAndSourceEventCodes,
) -> Ordering
fn cmp( &self, other: &PnoScanCancellationBreakdownByResultsAndSourceEventCodes, ) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl PartialEq for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
Source§fn eq(
&self,
other: &PnoScanCancellationBreakdownByResultsAndSourceEventCodes,
) -> bool
fn eq( &self, other: &PnoScanCancellationBreakdownByResultsAndSourceEventCodes, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl PartialOrd for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl Copy for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl Eq for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl StructuralPartialEq for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
Auto Trait Implementations§
impl Freeze for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl RefUnwindSafe for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl Send for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl Sync for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl Unpin for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl UnsafeUnpin for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
impl UnwindSafe for PnoScanCancellationBreakdownByResultsAndSourceEventCodes
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