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

pub struct Group { /* fields omitted */ }

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

Methods

impl Group
[src]

Create a node.

impl Group
[src]

Append a node.

Assign an attribute.

Trait Implementations

impl Clone for Group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Group
[src]

Formats the value using the given formatter. Read more

impl Node for Group
[src]

Append a child node.

Assign an attribute.

impl Display for Group
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Group

impl !Sync for Group