Struct bluejay_parser::ast::definition::BaseOutputType
source · pub struct BaseOutputType<'a, C: Context + 'a> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, C> Freeze for BaseOutputType<'a, C>
impl<'a, C> RefUnwindSafe for BaseOutputType<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for BaseOutputType<'a, C>where
C: Send,
impl<'a, C> Sync for BaseOutputType<'a, C>where
C: Sync,
impl<'a, C> Unpin for BaseOutputType<'a, C>where
C: Unpin,
impl<'a, C> UnwindSafe for BaseOutputType<'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