Struct bluejay_parser::ast::definition::Directive
source · pub struct Directive<'a, C: Context + 'a> { /* private fields */ }Trait Implementations§
source§impl<'a, C: Context> Directive for Directive<'a, C>
impl<'a, C: Context> Directive for Directive<'a, C>
type DirectiveDefinition = DirectiveDefinition<'a, C>
fn definition<'b, S: SchemaDefinition<DirectiveDefinition = Self::DirectiveDefinition>>( &'b self, schema_definition: &'b S ) -> &'b Self::DirectiveDefinition
Auto Trait Implementations§
impl<'a, C> Freeze for Directive<'a, C>
impl<'a, C> RefUnwindSafe for Directive<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for Directive<'a, C>where
C: Send,
impl<'a, C> Sync for Directive<'a, C>where
C: Sync,
impl<'a, C> Unpin for Directive<'a, C>where
C: Unpin,
impl<'a, C> UnwindSafe for Directive<'a, C>where
C: UnwindSafe,
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