pub enum SourceFramework {
Show 29 variants
Fetch,
Axios,
Express,
Fastify,
NestJs,
NextJs,
Axum,
ActixWeb,
Utoipa,
Reqwest,
RustTest,
TokioTest,
Rstest,
FastApi,
Flask,
Requests,
Httpx,
AioHttp,
PythonHttpRegistry,
FactoryBoy,
Pytest,
Unittest,
PythonTest,
GoNetHttp,
Gin,
Chi,
SpringMvc,
WebClient,
Feign,
}Expand description
Framework whose syntax supplied the direct evidence.
Variants§
Fetch
Browser or runtime Fetch API calls.
Axios
Axios HTTP client calls.
Express
Express route declarations.
Fastify
Fastify route declarations.
NestJs
NestJS controller declarations.
NextJs
Next.js App Router file-route declarations.
Axum
Axum router declarations.
ActixWeb
Actix Web route declarations and route attributes.
Utoipa
Utoipa operation declarations, including Actix routes wrapped by cfg_attr.
Reqwest
Reqwest client calls.
RustTest
Rust built-in #[test] functions.
TokioTest
Tokio #[tokio::test] functions.
Rstest
Rstest #[rstest] functions.
FastApi
FastAPI route decorators.
Flask
Flask route decorators.
Requests
Python requests calls.
Httpx
Python HTTPX calls.
AioHttp
Python aiohttp client-session calls.
PythonHttpRegistry
Statically declared Python HTTP method/path registries.
FactoryBoy
Factory Boy model and sub-factory declarations.
Pytest
Pytest test functions.
Unittest
unittest TestCase methods.
PythonTest
Canonical test_ methods in a Python class whose runner inheritance is resolved elsewhere.
GoNetHttp
Go standard-library net/http.
Gin
Gin route declarations.
Chi
Chi route declarations.
SpringMvc
Spring MVC route declarations.
WebClient
Spring WebClient calls.
Feign
Feign client declarations.
Trait Implementations§
Source§impl Clone for SourceFramework
impl Clone for SourceFramework
Source§fn clone(&self) -> SourceFramework
fn clone(&self) -> SourceFramework
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreimpl Copy for SourceFramework
Source§impl Debug for SourceFramework
impl Debug for SourceFramework
Source§impl<'de> Deserialize<'de> for SourceFramework
impl<'de> Deserialize<'de> for SourceFramework
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>,
impl Eq for SourceFramework
Source§impl Hash for SourceFramework
impl Hash for SourceFramework
Source§impl Ord for SourceFramework
impl Ord for SourceFramework
Source§fn cmp(&self, other: &SourceFramework) -> Ordering
fn cmp(&self, other: &SourceFramework) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for SourceFramework
impl PartialEq for SourceFramework
Source§impl PartialOrd for SourceFramework
impl PartialOrd for SourceFramework
Source§impl Serialize for SourceFramework
impl Serialize for SourceFramework
impl StructuralPartialEq for SourceFramework
Auto Trait Implementations§
impl Freeze for SourceFramework
impl RefUnwindSafe for SourceFramework
impl Send for SourceFramework
impl Sync for SourceFramework
impl Unpin for SourceFramework
impl UnsafeUnpin for SourceFramework
impl UnwindSafe for SourceFramework
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
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
key and return true if they are equal.