Struct mas_router::GraphQL
source · pub struct GraphQL;
Expand description
GET|POST /graphql
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphQL
impl RefUnwindSafe for GraphQL
impl Send for GraphQL
impl Sync for GraphQL
impl Unpin for GraphQL
impl UnwindSafe for GraphQL
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