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

pub struct Link { /* fields omitted */ }

An [a][1] element. [1]: https://www.w3.org/TR/SVG/linking.html#AElement

Methods

impl Link
[src]

Create a node.

impl Link
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Link
[src]

Formats the value using the given formatter. Read more

impl Node for Link
[src]

Append a child node.

Assign an attribute.

impl Display for Link
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Link

impl !Sync for Link