Struct svgdom::Attributes[][src]

pub struct Attributes(_);

An attributes list.

Methods

impl Attributes
[src]

Returns an optional reference to Attribute.

Returns an optional mutable reference to Attribute.

Returns an optional reference to AttributeValue.

Returns an optional mutable reference to AttributeValue.

Returns true if the container contains an attribute with such name.

Returns count of the attributes.

Returns true if attributes is empty.

Important traits for Iter<'a, T>

Returns an iterator.

Important traits for IterMut<'a, T>

Returns a mutable iterator.

Trait Implementations

impl IntoIterator for Attributes
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl Debug for Attributes
[src]

Formats the value using the given formatter. Read more

impl Display for Attributes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Attributes

impl !Sync for Attributes