Struct style::attr::AttrIdentifier [] [src]

pub struct AttrIdentifier {
    pub local_name: LocalName,
    pub name: LocalName,
    pub namespace: Namespace,
    pub prefix: Option<Prefix>,
}

A struct that uniquely identifies an element's attribute.

Fields

Trait Implementations

impl Clone for AttrIdentifier
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AttrIdentifier
[src]

[src]

Formats the value using the given formatter. Read more

impl MallocSizeOf for AttrIdentifier
[src]

[src]

Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more