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]
impl<'l> Tag<'l>Trait Implementations
impl<'l> Clone for Tag<'l>[src]
impl<'l> Clone for Tag<'l>fn clone(&self) -> Tag<'l>[src]
fn clone(&self) -> Tag<'l>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'l> Debug for Tag<'l>[src]
impl<'l> Debug for Tag<'l>