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

pub struct Definitions { /* fields omitted */ }

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

Methods

impl Definitions
[src]

Create a node.

impl Definitions
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Definitions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Definitions
[src]

Formats the value using the given formatter. Read more

impl Node for Definitions
[src]

Append a child node.

Assign an attribute.

impl Display for Definitions
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Definitions

impl !Sync for Definitions