Enum svgdom::ElementId []

pub enum ElementId {
    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,
    FlowPara,
    FlowRegion,
    FlowRoot,
    FlowSpan,
    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,
}

List of all SVG elements.

Variants

Methods

impl ElementId

Converts name into id.

Converts id into name.

Trait Implementations

impl Clone for ElementId

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ElementId

Formats the value using the given formatter.

impl Copy for ElementId

impl Eq for ElementId

impl PartialOrd<ElementId> for ElementId

impl Ord for ElementId

impl PartialEq<ElementId> for ElementId

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for ElementId