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