pub struct IntrospectionSelectionSet(pub Vec<IntrospectionField>);Tuple Fields§
§0: Vec<IntrospectionField>Trait Implementations§
Source§impl Debug for IntrospectionSelectionSet
impl Debug for IntrospectionSelectionSet
Source§impl Default for IntrospectionSelectionSet
impl Default for IntrospectionSelectionSet
Source§fn default() -> IntrospectionSelectionSet
fn default() -> IntrospectionSelectionSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntrospectionSelectionSet
impl RefUnwindSafe for IntrospectionSelectionSet
impl Send for IntrospectionSelectionSet
impl Sync for IntrospectionSelectionSet
impl Unpin for IntrospectionSelectionSet
impl UnwindSafe for IntrospectionSelectionSet
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