[−][src]Struct async_graphql::extensions::Tracing
This is supported on crate feature
tracing
only.Trait Implementations
impl Default for Tracing
[src]
impl Extension for Tracing
[src]
fn parse_start(&mut self, query_source: &str, variables: &Variables)
[src]
fn execution_end(&mut self)
[src]
fn resolve_start(&mut self, info: &ResolveInfo<'_>)
[src]
fn resolve_end(&mut self, info: &ResolveInfo<'_>)
[src]
fn name(&self) -> Option<&'static str>
[src]
fn parse_end(&mut self, document: &ExecutableDocument)
[src]
fn validation_start(&mut self)
[src]
fn validation_end(&mut self)
[src]
fn execution_start(&mut self)
[src]
fn error(&mut self, err: &Error)
[src]
fn result(&mut self) -> Option<Value>
[src]
Auto Trait Implementations
impl RefUnwindSafe for Tracing
impl Send for Tracing
impl Sync for Tracing
impl Unpin for Tracing
impl UnwindSafe for Tracing
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,