pub enum ElementChildren {
Children(Children),
Literal(String),
SelfClosing,
}
Variants§
Trait Implementations§
Source§impl Clone for ElementChildren
impl Clone for ElementChildren
Source§fn clone(&self) -> ElementChildren
fn clone(&self) -> ElementChildren
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 Debug for ElementChildren
impl Debug for ElementChildren
Source§impl PartialEq for ElementChildren
impl PartialEq for ElementChildren
impl StructuralPartialEq for ElementChildren
Auto Trait Implementations§
impl Freeze for ElementChildren
impl RefUnwindSafe for ElementChildren
impl Send for ElementChildren
impl Sync for ElementChildren
impl Unpin for ElementChildren
impl UnwindSafe for ElementChildren
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