Struct biome_js_factory::make::JsThrowStatementBuilder
source · pub struct JsThrowStatementBuilder { /* private fields */ }Implementations§
source§impl JsThrowStatementBuilder
impl JsThrowStatementBuilder
pub fn with_semicolon_token(self, semicolon_token: SyntaxToken) -> Self
pub fn build(self) -> JsThrowStatement
Auto Trait Implementations§
impl Freeze for JsThrowStatementBuilder
impl RefUnwindSafe for JsThrowStatementBuilder
impl !Send for JsThrowStatementBuilder
impl !Sync for JsThrowStatementBuilder
impl Unpin for JsThrowStatementBuilder
impl UnwindSafe for JsThrowStatementBuilder
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