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