Struct svg::node::element::tag::Tag [] [src]

pub struct Tag<'l>(pub &'l str, pub Type, pub Attributes);

A tag.

Methods

impl<'l> Tag<'l>
[src]

Parse a tag.

Trait Implementations

impl<'l> Clone for Tag<'l>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'l> Debug for Tag<'l>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'l> Send for Tag<'l>

impl<'l> Sync for Tag<'l>