Struct kuchiki::Attributes [] [src]

pub struct Attributes {
    pub map: HashMap<QualName, String>,
}

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

Fields

A map of attributes whose name can have namespaces.

Methods

impl Attributes
[src]

Like HashMap::contains

Like HashMap::get

Like HashMap::get_mut

Like HashMap::entry

Like HashMap::insert

Like HashMap::remove

Trait Implementations

impl Debug for Attributes
[src]

Formats the value using the given formatter.

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