pub struct DirectiveRecord {
pub name: StringId,
pub name_span: Span,
pub arguments: IdRange<ArgumentId>,
}Fields§
§name: StringId§name_span: Span§arguments: IdRange<ArgumentId>Auto Trait Implementations§
impl Freeze for DirectiveRecord
impl RefUnwindSafe for DirectiveRecord
impl Send for DirectiveRecord
impl Sync for DirectiveRecord
impl Unpin for DirectiveRecord
impl UnsafeUnpin for DirectiveRecord
impl UnwindSafe for DirectiveRecord
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