Struct kuchiki::Attribute[][src]

pub struct Attribute {
    pub prefix: Option<Prefix>,
    pub value: String,
}

The non-identifying parts of an attribute

Fields

The namespace prefix, if any

The attribute value

Trait Implementations

impl Debug for Attribute
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Attribute
[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 Attribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Attribute

impl Sync for Attribute