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