pub struct GraphiQL(/* private fields */);Available on crate feature
graphiql only.Expand description
Response wrapper for GraphiQL HTML.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphiQL
impl RefUnwindSafe for GraphiQL
impl Send for GraphiQL
impl Sync for GraphiQL
impl Unpin for GraphiQL
impl UnwindSafe for GraphiQL
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