Enum parse_js::ast::ForThreeInit
source · pub enum ForThreeInit<'a> {
None,
Expression(Node<'a>),
Declaration(Node<'a>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for ForThreeInit<'a>
impl<'a> !Send for ForThreeInit<'a>
impl<'a> !Sync for ForThreeInit<'a>
impl<'a> Unpin for ForThreeInit<'a>
impl<'a> !UnwindSafe for ForThreeInit<'a>
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