pub struct VElementBuilder { /* private fields */ }Expand description
Builder for creating element VNodes.
Implementations§
Auto Trait Implementations§
impl Freeze for VElementBuilder
impl !RefUnwindSafe for VElementBuilder
impl !Send for VElementBuilder
impl !Sync for VElementBuilder
impl Unpin for VElementBuilder
impl UnsafeUnpin for VElementBuilder
impl !UnwindSafe for VElementBuilder
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