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