pub enum SourceWarning {
DynamicMethod,
DynamicPath,
UnsupportedLiteralPath,
MissingSymbol,
SyntaxErrorRecovery,
AdvisoryDeclaration,
}Expand description
Machine-readable limitation attached to an observation.
Variants§
DynamicMethod
The HTTP method is computed rather than represented by a supported literal or method name.
DynamicPath
The URL or route path is computed rather than represented by one literal.
UnsupportedLiteralPath
A literal URL is not an absolute URL or root-relative path.
MissingSymbol
The framework declaration did not expose an implementation symbol.
SyntaxErrorRecovery
Tree-sitter recovered from at least one syntax error in the source artifact.
AdvisoryDeclaration
A documentation-oriented declaration may drift from executable framework registration.
Trait Implementations§
Source§impl Clone for SourceWarning
impl Clone for SourceWarning
Source§fn clone(&self) -> SourceWarning
fn clone(&self) -> SourceWarning
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 SourceWarning
Source§impl Debug for SourceWarning
impl Debug for SourceWarning
Source§impl<'de> Deserialize<'de> for SourceWarning
impl<'de> Deserialize<'de> for SourceWarning
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 SourceWarning
Source§impl Hash for SourceWarning
impl Hash for SourceWarning
Source§impl Ord for SourceWarning
impl Ord for SourceWarning
Source§fn cmp(&self, other: &SourceWarning) -> Ordering
fn cmp(&self, other: &SourceWarning) -> 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 SourceWarning
impl PartialEq for SourceWarning
Source§impl PartialOrd for SourceWarning
impl PartialOrd for SourceWarning
Source§impl Serialize for SourceWarning
impl Serialize for SourceWarning
impl StructuralPartialEq for SourceWarning
Auto Trait Implementations§
impl Freeze for SourceWarning
impl RefUnwindSafe for SourceWarning
impl Send for SourceWarning
impl Sync for SourceWarning
impl Unpin for SourceWarning
impl UnsafeUnpin for SourceWarning
impl UnwindSafe for SourceWarning
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.