pub struct InlineFragmentRecord {
pub type_condition: Option<StringId>,
pub type_condition_span: Option<Span>,
pub directives: IdRange<DirectiveId>,
pub selection_set: IdRange<SelectionId>,
}
Fields§
§type_condition: Option<StringId>
§type_condition_span: Option<Span>
§directives: IdRange<DirectiveId>
§selection_set: IdRange<SelectionId>
Auto 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