pub struct GQLIntrospectionQuery;Implementations§
Source§impl GQLIntrospectionQuery
impl GQLIntrospectionQuery
pub fn full_introspection_query() -> &'static str
pub fn type_query(type_name: &str) -> String
Auto Trait Implementations§
impl Freeze for GQLIntrospectionQuery
impl RefUnwindSafe for GQLIntrospectionQuery
impl Send for GQLIntrospectionQuery
impl Sync for GQLIntrospectionQuery
impl Unpin for GQLIntrospectionQuery
impl UnsafeUnpin for GQLIntrospectionQuery
impl UnwindSafe for GQLIntrospectionQuery
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