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