pub struct InlineFragment<'a> {
pub type_condition: Option<NamedType<'a>>,
pub directives: AstVec<'a, Directive<'a>>,
pub selection_set: Option<AstBox<'a, SelectionSet<'a>>>,
pub span: Span,
}Fields§
§type_condition: Option<NamedType<'a>>§directives: AstVec<'a, Directive<'a>>§selection_set: Option<AstBox<'a, SelectionSet<'a>>>§span: SpanTrait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for InlineFragment<'a>
impl<'a> !Send for InlineFragment<'a>
impl<'a> !Sync for InlineFragment<'a>
impl<'a> !UnwindSafe for InlineFragment<'a>
impl<'a> Freeze for InlineFragment<'a>
impl<'a> Unpin for InlineFragment<'a>
impl<'a> UnsafeUnpin for InlineFragment<'a>
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