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

pub struct Description { /* fields omitted */ }

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

Methods

impl Description
[src]

Create a node.

impl Description
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Description
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Description
[src]

Formats the value using the given formatter. Read more

impl Node for Description
[src]

Append a child node.

Assign an attribute.

impl Display for Description
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Description

impl !Sync for Description