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