pub struct JsForVariableDeclarationBuilder { /* private fields */ }Implementations§
source§impl JsForVariableDeclarationBuilder
impl JsForVariableDeclarationBuilder
pub fn with_await_token(self, await_token: SyntaxToken) -> Self
pub fn build(self) -> JsForVariableDeclaration
Auto Trait Implementations§
impl Freeze for JsForVariableDeclarationBuilder
impl RefUnwindSafe for JsForVariableDeclarationBuilder
impl !Send for JsForVariableDeclarationBuilder
impl !Sync for JsForVariableDeclarationBuilder
impl Unpin for JsForVariableDeclarationBuilder
impl UnwindSafe for JsForVariableDeclarationBuilder
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