pub struct FragmentDefinitionRecord {
pub name: StringId,
pub name_span: Span,
pub type_condition: StringId,
pub type_condition_span: Span,
pub directives: IdRange<DirectiveId>,
pub selection_set: IdRange<SelectionId>,
pub selection_set_span: Span,
}
Fields§
§name: StringId
§name_span: Span
§type_condition: StringId
§type_condition_span: Span
§directives: IdRange<DirectiveId>
§selection_set: IdRange<SelectionId>
§selection_set_span: Span
Auto Trait Implementations§
impl Freeze for FragmentDefinitionRecord
impl RefUnwindSafe for FragmentDefinitionRecord
impl Send for FragmentDefinitionRecord
impl Sync for FragmentDefinitionRecord
impl Unpin for FragmentDefinitionRecord
impl UnwindSafe for FragmentDefinitionRecord
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