Struct gecko_atom::Namespace [] [src]

pub struct Namespace(pub Atom);

Trait Implementations

impl PartialEq for Namespace
[src]

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

This method tests for !=.

impl Eq for Namespace
[src]

impl Debug for Namespace
[src]

Formats the value using the given formatter.

impl Hash for Namespace
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Namespace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HeapSizeOf for Namespace
[src]

Measure the size of any heap-allocated structures that hang off this value, but not the space taken up by the value itself (i.e. what size_of:: measures, more or less); that space is handled by the implementation of HeapSizeOf for Box below. Read more