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

pub struct Style { /* fields omitted */ }

A [style][1] element. [1]: https://www.w3.org/TR/SVG/styling.html#StyleElement

Methods

impl Style
[src]

Create a node.

impl Style
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Style
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Style
[src]

Formats the value using the given formatter. Read more

impl Node for Style
[src]

Append a child node.

Assign an attribute.

impl Display for Style
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Style

impl !Sync for Style