pub struct FragmentSpreadRecord {
pub fragment_name: StringId,
pub fragment_name_span: Span,
pub directives: IdRange<DirectiveId>,
}
Fields§
§fragment_name: StringId
§fragment_name_span: Span
§directives: IdRange<DirectiveId>
Auto Trait Implementations§
impl Freeze for FragmentSpreadRecord
impl RefUnwindSafe for FragmentSpreadRecord
impl Send for FragmentSpreadRecord
impl Sync for FragmentSpreadRecord
impl Unpin for FragmentSpreadRecord
impl UnwindSafe for FragmentSpreadRecord
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