Struct bluejay_parser::ast::definition::Directives
source · pub struct Directives<'a, C: Context> { /* private fields */ }Trait Implementations§
source§impl<'a, C: Context> AsIter for Directives<'a, C>
impl<'a, C: Context> AsIter for Directives<'a, C>
source§impl<'a, C: Context> Directives<true> for Directives<'a, C>
impl<'a, C: Context> Directives<true> for Directives<'a, C>
source§impl<'a, C: Context> Directives for Directives<'a, C>
impl<'a, C: Context> Directives for Directives<'a, C>
source§impl<'a, C: Context> From<Directives<'a, true>> for Directives<'a, C>
impl<'a, C: Context> From<Directives<'a, true>> for Directives<'a, C>
source§fn from(value: Directives<'a, true>) -> Self
fn from(value: Directives<'a, true>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a, C> Freeze for Directives<'a, C>
impl<'a, C> RefUnwindSafe for Directives<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for Directives<'a, C>where
C: Send,
impl<'a, C> Sync for Directives<'a, C>where
C: Sync,
impl<'a, C> Unpin for Directives<'a, C>where
C: Unpin,
impl<'a, C> UnwindSafe for Directives<'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