Struct cynic_codegen::query_dsl::QueryDsl[][src]

pub struct QueryDsl {
    pub selectors: Vec<SelectorStruct>,
    pub argument_struct_modules: Vec<Module<FieldSelectionBuilder>>,
    pub unions: Vec<UnionStruct>,
    pub interfaces: Vec<InterfaceStruct>,
    pub enums: Vec<EnumMarker>,
    pub input_objects: Vec<InputObjectMarker>,
    pub schema_roots: Vec<SchemaRoot>,
    pub interfaces_implementations: Vec<InterfacesImplementations>,
}

Fields

selectors: Vec<SelectorStruct>argument_struct_modules: Vec<Module<FieldSelectionBuilder>>unions: Vec<UnionStruct>interfaces: Vec<InterfaceStruct>enums: Vec<EnumMarker>input_objects: Vec<InputObjectMarker>schema_roots: Vec<SchemaRoot>interfaces_implementations: Vec<InterfacesImplementations>

Trait Implementations

impl Debug for QueryDsl[src]

impl From<Document<'static, String>> for QueryDsl[src]

impl ToTokens for QueryDsl[src]

Auto Trait Implementations

impl RefUnwindSafe for QueryDsl

impl !Send for QueryDsl

impl !Sync for QueryDsl

impl Unpin for QueryDsl

impl UnwindSafe for QueryDsl

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Spanned for T where
    T: Spanned + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.