Struct bluejay_parser::ast::Directives
source · pub struct Directives<'a, const CONST: bool> { /* private fields */ }Trait Implementations§
source§impl<'a, const CONST: bool> AsIter for Directives<'a, CONST>
impl<'a, const CONST: bool> AsIter for Directives<'a, CONST>
source§impl<'a, const CONST: bool> Debug for Directives<'a, CONST>
impl<'a, const CONST: bool> Debug for Directives<'a, CONST>
source§impl<'a, const CONST: bool> Directives<CONST> for Directives<'a, CONST>
impl<'a, const CONST: bool> Directives<CONST> for Directives<'a, CONST>
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.
source§impl<'a, const CONST: bool> IntoIterator for Directives<'a, CONST>
impl<'a, const CONST: bool> IntoIterator for Directives<'a, CONST>
Auto Trait Implementations§
impl<'a, const CONST: bool> Freeze for Directives<'a, CONST>
impl<'a, const CONST: bool> RefUnwindSafe for Directives<'a, CONST>
impl<'a, const CONST: bool> Send for Directives<'a, CONST>
impl<'a, const CONST: bool> Sync for Directives<'a, CONST>
impl<'a, const CONST: bool> Unpin for Directives<'a, CONST>
impl<'a, const CONST: bool> UnwindSafe for Directives<'a, CONST>
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