Struct svg::node::element::Title [] [src]

pub struct Title { /* fields omitted */ }

A [title][1] element. [1]: https://www.w3.org/TR/SVG/struct.html#TitleElement

Methods

impl Title
[src]

Create a node.

impl Title
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Title
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Title
[src]

Formats the value using the given formatter. Read more

impl Node for Title
[src]

Append a child node.

Assign an attribute.

impl Display for Title
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Title

impl !Sync for Title