pub struct ElementBuilder { /* private fields */ }Expand description
Builder for Element.
Implementations§
Trait Implementations§
Source§impl Clone for ElementBuilder
impl Clone for ElementBuilder
Source§fn clone(&self) -> ElementBuilder
fn clone(&self) -> ElementBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ElementBuilder
impl Default for ElementBuilder
Source§impl PartialEq for ElementBuilder
impl PartialEq for ElementBuilder
impl Eq for ElementBuilder
impl StructuralPartialEq for ElementBuilder
Auto Trait Implementations§
impl Freeze for ElementBuilder
impl RefUnwindSafe for ElementBuilder
impl Send for ElementBuilder
impl Sync for ElementBuilder
impl Unpin for ElementBuilder
impl UnwindSafe 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