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