Struct puff_rs::graphql::handlers::JuniperPuffResponse
source · pub struct JuniperPuffResponse(pub GraphQLBatchResponse<AggroScalarValue>);Expand description
A wrapper around GraphQLBatchResponse that implements [IntoResponse]
so it can be returned from axum handlers.
Tuple Fields
0: GraphQLBatchResponse<AggroScalarValue>Trait Implementations
sourceimpl IntoResponse for JuniperPuffResponse
impl IntoResponse for JuniperPuffResponse
sourcefn into_response(self) -> Response
fn into_response(self) -> Response
Create a response.
Auto Trait Implementations
impl RefUnwindSafe for JuniperPuffResponse
impl Send for JuniperPuffResponse
impl Sync for JuniperPuffResponse
impl Unpin for JuniperPuffResponse
impl UnwindSafe for JuniperPuffResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more