Struct kuchiki::Attributes[][src]

pub struct Attributes {
    pub map: BTreeMap<ExpandedName, Attribute>,
}

Convenience wrapper around a btreemap that adds method for attributes in the null namespace.

Fields

A map of attributes whose name can have namespaces.

Methods

impl Attributes
[src]

Like BTreeMap::contains

Like BTreeMap::get

Like BTreeMap::get_mut

Like BTreeMap::entry

Like BTreeMap::insert

Like BTreeMap::remove

Trait Implementations

impl Debug for Attributes
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Attributes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Attributes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Attributes

impl Sync for Attributes