pub struct GraphQLOptions {
pub multipart: MultipartOptions,
}Available on crate feature
async-graphql only.Expand description
Per-request or global options for GraphQL extraction.
Fields§
§multipart: MultipartOptionsTrait Implementations§
Source§impl Clone for GraphQLOptions
impl Clone for GraphQLOptions
Source§fn clone(&self) -> GraphQLOptions
fn clone(&self) -> GraphQLOptions
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GraphQLOptions
impl RefUnwindSafe for GraphQLOptions
impl Send for GraphQLOptions
impl Sync for GraphQLOptions
impl Unpin for GraphQLOptions
impl UnwindSafe for GraphQLOptions
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