pub struct GraphQLSchemaGenerator {
pub include_descriptions: bool,
/* private fields */
}Expand description
GraphQL schema generator for workflows
Fields§
§include_descriptions: boolInclude descriptions
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphQLSchemaGenerator
impl RefUnwindSafe for GraphQLSchemaGenerator
impl Send for GraphQLSchemaGenerator
impl Sync for GraphQLSchemaGenerator
impl Unpin for GraphQLSchemaGenerator
impl UnwindSafe for GraphQLSchemaGenerator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more