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