pub enum SessionSearchWarningKind {
MissingSource,
MalformedSource,
LimitReached,
UnavailableSource,
UnverifiedSource,
Fallback,
}Expand description
Safe warning category.
Variants§
MissingSource
A compatibility display mirror was absent.
MalformedSource
A source could not be parsed.
LimitReached
A configured resource bound was reached.
A source was unreadable or outside policy.
UnverifiedSource
A best-effort source has no authoritative freshness proof.
Fallback
Results came from an explicit fallback.
Trait Implementations§
Source§impl Clone for SessionSearchWarningKind
impl Clone for SessionSearchWarningKind
Source§fn clone(&self) -> SessionSearchWarningKind
fn clone(&self) -> SessionSearchWarningKind
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 SessionSearchWarningKind
Source§impl Debug for SessionSearchWarningKind
impl Debug for SessionSearchWarningKind
Source§impl<'de> Deserialize<'de> for SessionSearchWarningKind
impl<'de> Deserialize<'de> for SessionSearchWarningKind
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 SessionSearchWarningKind
Source§impl PartialEq for SessionSearchWarningKind
impl PartialEq for SessionSearchWarningKind
Source§impl Serialize for SessionSearchWarningKind
impl Serialize for SessionSearchWarningKind
impl StructuralPartialEq for SessionSearchWarningKind
Auto Trait Implementations§
impl Freeze for SessionSearchWarningKind
impl RefUnwindSafe for SessionSearchWarningKind
impl Send for SessionSearchWarningKind
impl Sync for SessionSearchWarningKind
impl Unpin for SessionSearchWarningKind
impl UnsafeUnpin for SessionSearchWarningKind
impl UnwindSafe for SessionSearchWarningKind
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