Struct async_graphql::context::SelectionField [−][src]
pub struct SelectionField<'a> { /* fields omitted */ }
Expand description
Selection field.
Implementations
Get all subfields of the current selection set.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SelectionField<'a>
impl<'a> Send for SelectionField<'a>
impl<'a> Sync for SelectionField<'a>
impl<'a> Unpin for SelectionField<'a>
impl<'a> !UnwindSafe for SelectionField<'a>
Blanket 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
pub fn vzip(self) -> V
Attaches 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