Enum async_graphql_extension_apollo_tracing::HTTPMethod [−][src]
pub enum HTTPMethod {
UNKNOWN,
OPTIONS,
GET,
HEAD,
POST,
PUT,
DELETE,
TRACE,
CONNECT,
PATCH,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HTTPMethodimpl Send for HTTPMethodimpl Sync for HTTPMethodimpl Unpin for HTTPMethodimpl UnwindSafe for HTTPMethodBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more