Struct fuel_indexer_lib::graphql::GraphQLSchema
source · pub struct GraphQLSchema { /* private fields */ }Expand description
Wrapper for GraphQL schema content.
Implementations§
Trait Implementations§
source§impl Clone for GraphQLSchema
impl Clone for GraphQLSchema
source§fn clone(&self) -> GraphQLSchema
fn clone(&self) -> GraphQLSchema
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GraphQLSchema
impl Debug for GraphQLSchema
source§impl Default for GraphQLSchema
impl Default for GraphQLSchema
source§fn default() -> GraphQLSchema
fn default() -> GraphQLSchema
Returns the “default value” for a type. Read more
source§impl Display for GraphQLSchema
impl Display for GraphQLSchema
source§impl From<&GraphQLSchema> for Vec<u8>
impl From<&GraphQLSchema> for Vec<u8>
source§fn from(schema: &GraphQLSchema) -> Self
fn from(schema: &GraphQLSchema) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for GraphQLSchema
impl Send for GraphQLSchema
impl Sync for GraphQLSchema
impl Unpin for GraphQLSchema
impl UnwindSafe for GraphQLSchema
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