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>,
}
Fields§
§name: StringId
§name_span: Span
§type_condition: StringId
§type_condition_span: Span
§directives: IdRange<DirectiveId>
§selection_set: IdRange<SelectionId>
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