pub enum ElementId {
Show 80 variants
A,
AltGlyph,
AltGlyphDef,
AltGlyphItem,
Animate,
AnimateColor,
AnimateMotion,
AnimateTransform,
Circle,
ClipPath,
ColorProfile,
Cursor,
Defs,
Desc,
Ellipse,
FeBlend,
FeColorMatrix,
FeComponentTransfer,
FeComposite,
FeConvolveMatrix,
FeDiffuseLighting,
FeDisplacementMap,
FeDistantLight,
FeFlood,
FeFuncA,
FeFuncB,
FeFuncG,
FeFuncR,
FeGaussianBlur,
FeImage,
FeMerge,
FeMergeNode,
FeMorphology,
FeOffset,
FePointLight,
FeSpecularLighting,
FeSpotLight,
FeTile,
FeTurbulence,
Filter,
Font,
FontFace,
FontFaceFormat,
FontFaceName,
FontFaceSrc,
FontFaceUri,
ForeignObject,
G,
Glyph,
GlyphRef,
Hkern,
Image,
Line,
LinearGradient,
Marker,
Mask,
Metadata,
MissingGlyph,
Mpath,
Path,
Pattern,
Polygon,
Polyline,
RadialGradient,
Rect,
Script,
Set,
Stop,
Style,
Svg,
Switch,
Symbol,
Text,
TextPath,
Title,
Tref,
Tspan,
Use,
View,
Vkern,
}
Expand description
List of all SVG elements.
Variants§
A
AltGlyph
AltGlyphDef
AltGlyphItem
Animate
AnimateColor
AnimateMotion
AnimateTransform
Circle
ClipPath
ColorProfile
Cursor
Defs
Desc
Ellipse
FeBlend
FeColorMatrix
FeComponentTransfer
FeComposite
FeConvolveMatrix
FeDiffuseLighting
FeDisplacementMap
FeDistantLight
FeFlood
FeFuncA
FeFuncB
FeFuncG
FeFuncR
FeGaussianBlur
FeImage
FeMerge
FeMergeNode
FeMorphology
FeOffset
FePointLight
FeSpecularLighting
FeSpotLight
FeTile
FeTurbulence
Filter
Font
FontFace
FontFaceFormat
FontFaceName
FontFaceSrc
FontFaceUri
ForeignObject
G
Glyph
GlyphRef
Hkern
Image
Line
LinearGradient
Marker
Mask
Metadata
MissingGlyph
Mpath
Path
Pattern
Polygon
Polyline
RadialGradient
Rect
Script
Set
Stop
Style
Svg
Switch
Symbol
Text
TextPath
Title
Tref
Tspan
Use
View
Vkern
Implementations§
Trait Implementations§
Source§impl Ord for ElementId
impl Ord for ElementId
Source§impl PartialOrd for ElementId
impl PartialOrd for ElementId
impl Copy for ElementId
impl Eq for ElementId
impl StructuralPartialEq for ElementId
Auto Trait Implementations§
impl Freeze for ElementId
impl RefUnwindSafe for ElementId
impl Send for ElementId
impl Sync for ElementId
impl Unpin for ElementId
impl UnwindSafe for ElementId
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