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