Struct finchers_juniper::graphiql::GraphiQLSource [−][src]
pub struct GraphiQLSource { /* fields omitted */ }Methods
impl GraphiQLSource[src]
impl GraphiQLSourcepub fn regenerate(
&mut self,
endpoint_url: impl AsRef<str>
)[src]
pub fn regenerate(
&mut self,
endpoint_url: impl AsRef<str>
)Regenerate the GraphiQL interface with the specified endpoint URL.
Trait Implementations
impl Debug for GraphiQLSource[src]
impl Debug for GraphiQLSourcefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> Endpoint<'a> for GraphiQLSource[src]
impl<'a> Endpoint<'a> for GraphiQLSourcetype Output = (Response<Bytes>,)
The inner type associated with this endpoint.
type Future = GraphiQLFuture<'a>
The type of value which will be returned from apply.
fn apply(&'a self, _: &mut ApplyContext) -> ApplyResult<Self::Future>[src]
fn apply(&'a self, _: &mut ApplyContext) -> ApplyResult<Self::Future>Perform checking the incoming HTTP request and returns an instance of the associated Future if matched. Read more
fn with_output<T>(self) -> Self where
Self: Endpoint<'a, Output = T>,
T: Tuple, [src]
fn with_output<T>(self) -> Self where
Self: Endpoint<'a, Output = T>,
T: Tuple, Add an annotation that the associated type Output is fixed to T.
fn wrap<W>(self, wrapper: W) -> <W as Wrapper<'a, Self>>::Endpoint where
W: Wrapper<'a, Self>, [src]
fn wrap<W>(self, wrapper: W) -> <W as Wrapper<'a, Self>>::Endpoint where
W: Wrapper<'a, Self>, Converts self using the provided Wrapper.
Auto Trait Implementations
impl Send for GraphiQLSource
impl Send for GraphiQLSourceimpl Sync for GraphiQLSource
impl Sync for GraphiQLSource