pub enum ReportResultScope {
BoundedLive,
CompleteCache,
}Expand description
ReportResultScope
Completeness boundary represented by a report view.
Variants§
BoundedLive
A bounded page or detail view collected live.
CompleteCache
A view derived from an API-exhausted complete cache.
Implementations§
Trait Implementations§
Source§impl Clone for ReportResultScope
impl Clone for ReportResultScope
Source§fn clone(&self) -> ReportResultScope
fn clone(&self) -> ReportResultScope
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 ReportResultScope
Source§impl Debug for ReportResultScope
impl Debug for ReportResultScope
Source§impl<'de> Deserialize<'de> for ReportResultScope
impl<'de> Deserialize<'de> for ReportResultScope
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
Source§impl Display for ReportResultScope
impl Display for ReportResultScope
impl Eq for ReportResultScope
Source§impl Ord for ReportResultScope
impl Ord for ReportResultScope
Source§fn cmp(&self, other: &ReportResultScope) -> Ordering
fn cmp(&self, other: &ReportResultScope) -> Ordering
1.21.0 (const: unstable) · 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 ReportResultScope
impl PartialEq for ReportResultScope
Source§impl PartialOrd for ReportResultScope
impl PartialOrd for ReportResultScope
Source§impl Serialize for ReportResultScope
impl Serialize for ReportResultScope
impl StructuralPartialEq for ReportResultScope
Auto Trait Implementations§
impl Freeze for ReportResultScope
impl RefUnwindSafe for ReportResultScope
impl Send for ReportResultScope
impl Sync for ReportResultScope
impl Unpin for ReportResultScope
impl UnsafeUnpin for ReportResultScope
impl UnwindSafe for ReportResultScope
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