Struct sledgehammer::element::ElementBuilder
source · pub struct ElementBuilder<K: IntoElement, A: ManyAttrs, E: ManyElements> { /* private fields */ }Expand description
A builder for a element with an id, kind, attributes, and children
Implementations
sourceimpl<K: IntoElement, A: ManyAttrs, E: ManyElements> ElementBuilder<K, A, E>
impl<K: IntoElement, A: ManyAttrs, E: ManyElements> ElementBuilder<K, A, E>
Trait Implementations
sourceimpl<K: IntoElement, A: ManyAttrs, E: ManyElements> ElementBuilderExt for ElementBuilder<K, A, E>
impl<K: IntoElement, A: ManyAttrs, E: ManyElements> ElementBuilderExt for ElementBuilder<K, A, E>
fn encode(self, v: &mut MsgChannel)
Auto Trait Implementations
impl<K, A, E> RefUnwindSafe for ElementBuilder<K, A, E>where
A: RefUnwindSafe,
E: RefUnwindSafe,
K: RefUnwindSafe,
impl<K, A, E> Send for ElementBuilder<K, A, E>where
A: Send,
E: Send,
K: Send,
impl<K, A, E> Sync for ElementBuilder<K, A, E>where
A: Sync,
E: Sync,
K: Sync,
impl<K, A, E> Unpin for ElementBuilder<K, A, E>where
A: Unpin,
E: Unpin,
K: Unpin,
impl<K, A, E> UnwindSafe for ElementBuilder<K, A, E>where
A: UnwindSafe,
E: UnwindSafe,
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more