pub struct ElementBuilder { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ElementBuilder
impl !Send for ElementBuilder
impl !Sync for ElementBuilder
impl !UnwindSafe for ElementBuilder
impl Freeze for ElementBuilder
impl Unpin for ElementBuilder
impl UnsafeUnpin for ElementBuilder
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