pub struct IntrospectionNode {
pub selection_set: IntrospectionSelectionSet,
}Fields§
§selection_set: IntrospectionSelectionSetTrait Implementations§
Source§impl Debug for IntrospectionNode
impl Debug for IntrospectionNode
Auto Trait Implementations§
impl Freeze for IntrospectionNode
impl RefUnwindSafe for IntrospectionNode
impl Send for IntrospectionNode
impl Sync for IntrospectionNode
impl Unpin for IntrospectionNode
impl UnwindSafe for IntrospectionNode
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