pub enum ReportLimitationKind {
LowConfidenceFound,
MissingProfileEvidence,
UncertainOutcome,
SessionRequired,
GeoUnavailable,
Captcha,
RateLimited,
BrowserBudget,
TransportBlocked,
DisabledSiteOmitted,
}Expand description
Limitation categories.
Variants§
LowConfidenceFound
Found account has low per-site confidence.
MissingProfileEvidence
Found account has no structured profile evidence.
UncertainOutcome
A site outcome was inconclusive.
SessionRequired
A required operator session was not available.
Required geo/egress was unavailable.
Captcha
CAPTCHA blocked reliable probing.
RateLimited
Rate limiting blocked reliable probing.
BrowserBudget
Browser budget prevented browser probing.
TransportBlocked
Transport/access conditions blocked reliable probing.
DisabledSiteOmitted
A disabled/parked matching site was omitted.
Trait Implementations§
Source§impl Clone for ReportLimitationKind
impl Clone for ReportLimitationKind
Source§fn clone(&self) -> ReportLimitationKind
fn clone(&self) -> ReportLimitationKind
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 ReportLimitationKind
Source§impl Debug for ReportLimitationKind
impl Debug for ReportLimitationKind
Source§impl<'de> Deserialize<'de> for ReportLimitationKind
impl<'de> Deserialize<'de> for ReportLimitationKind
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
impl Eq for ReportLimitationKind
Source§impl Ord for ReportLimitationKind
impl Ord for ReportLimitationKind
Source§fn cmp(&self, other: &ReportLimitationKind) -> Ordering
fn cmp(&self, other: &ReportLimitationKind) -> 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 ReportLimitationKind
impl PartialEq for ReportLimitationKind
Source§fn eq(&self, other: &ReportLimitationKind) -> bool
fn eq(&self, other: &ReportLimitationKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ReportLimitationKind
impl PartialOrd for ReportLimitationKind
Source§impl Serialize for ReportLimitationKind
impl Serialize for ReportLimitationKind
impl StructuralPartialEq for ReportLimitationKind
Auto Trait Implementations§
impl Freeze for ReportLimitationKind
impl RefUnwindSafe for ReportLimitationKind
impl Send for ReportLimitationKind
impl Sync for ReportLimitationKind
impl Unpin for ReportLimitationKind
impl UnsafeUnpin for ReportLimitationKind
impl UnwindSafe for ReportLimitationKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.