pub enum ElementGroup {
Animation,
Descriptive,
Shape,
Structural,
PaintServer,
NonRendering,
Container,
TextContent,
TextContentChild,
LightSource,
FilterPrimitive,
}Variants§
Animation
Descriptive
Shape
Structural
PaintServer
NonRendering
Container
TextContent
TextContentChild
LightSource
FilterPrimitive
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ElementGroup
impl RefUnwindSafe for ElementGroup
impl Send for ElementGroup
impl Sync for ElementGroup
impl Unpin for ElementGroup
impl UnwindSafe for ElementGroup
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