pub struct GraphQLProtocolRejection;Available on crate feature
async-graphql only.Trait Implementations§
Source§impl Debug for GraphQLProtocolRejection
impl Debug for GraphQLProtocolRejection
Source§impl Responder for GraphQLProtocolRejection
impl Responder for GraphQLProtocolRejection
Source§fn into_response(self) -> Response
fn into_response(self) -> Response
Converts the implementing type into an HTTP response.
Auto Trait Implementations§
impl Freeze for GraphQLProtocolRejection
impl RefUnwindSafe for GraphQLProtocolRejection
impl Send for GraphQLProtocolRejection
impl Sync for GraphQLProtocolRejection
impl Unpin for GraphQLProtocolRejection
impl UnwindSafe for GraphQLProtocolRejection
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