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
local_name: LocalName
name: LocalName
namespace: Namespace
prefix: Option<Prefix>
Trait Implementations
impl Clone for AttrIdentifier
[src]
fn clone(&self) -> AttrIdentifier
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for AttrIdentifier
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl MallocSizeOf for AttrIdentifier
[src]
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
[src]
Measure the heap usage of all descendant heap-allocated structures, but not the space taken up by the value itself. Read more