Struct async_graphql::SDLExportOptions
source · [−]pub struct SDLExportOptions { /* private fields */ }
Expand description
Options for SDL export
Implementations
sourceimpl SDLExportOptions
impl SDLExportOptions
sourcepub fn sorted_fields(self) -> Self
pub fn sorted_fields(self) -> Self
Export sorted fields
sourcepub fn sorted_arguments(self) -> Self
pub fn sorted_arguments(self) -> Self
Export sorted field arguments
sourcepub fn sorted_enum_items(self) -> Self
pub fn sorted_enum_items(self) -> Self
Export sorted enum items
sourcepub fn federation(self) -> Self
pub fn federation(self) -> Self
Export as Federation SDL(Schema Definition Language)
sourcepub fn prefer_single_line_descriptions(self) -> Self
pub fn prefer_single_line_descriptions(self) -> Self
When possible, write one-line instead of three-line descriptions
sourcepub fn include_specified_by(self) -> Self
pub fn include_specified_by(self) -> Self
Includes specifiedBy
directive in SDL
Trait Implementations
sourceimpl Clone for SDLExportOptions
impl Clone for SDLExportOptions
sourcefn clone(&self) -> SDLExportOptions
fn clone(&self) -> SDLExportOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SDLExportOptions
impl Debug for SDLExportOptions
sourceimpl Default for SDLExportOptions
impl Default for SDLExportOptions
sourcefn default() -> SDLExportOptions
fn default() -> SDLExportOptions
Returns the “default value” for a type. Read more
impl Copy for SDLExportOptions
Auto Trait Implementations
impl RefUnwindSafe for SDLExportOptions
impl Send for SDLExportOptions
impl Sync for SDLExportOptions
impl Unpin for SDLExportOptions
impl UnwindSafe for SDLExportOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> FutureExt for T
impl<T> FutureExt for T
sourcefn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
sourcefn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more