pub struct Directive<'a> {
pub name: Name<'a>,
pub arguments: AstVec<'a, Argument<'a>>,
pub span: Span,
}Fields§
§name: Name<'a>§arguments: AstVec<'a, Argument<'a>>§span: SpanTrait Implementations§
Source§impl<'a> PartialEq for Directive<'a>
impl<'a> PartialEq for Directive<'a>
impl<'a> StructuralPartialEq for Directive<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Directive<'a>
impl<'a> !Send for Directive<'a>
impl<'a> !UnwindSafe for Directive<'a>
impl<'a> Freeze for Directive<'a>
impl<'a> Sync for Directive<'a>
impl<'a> Unpin for Directive<'a>
impl<'a> UnsafeUnpin for Directive<'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