Struct gecko_atom::Atom [] [src]

pub struct Atom(_);

Methods

impl Atom
[src]

Trait Implementations

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

impl Send for Atom
[src]

impl Sync for Atom
[src]

impl Hash for Atom
[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 Atom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for Atom
[src]

A method called when the value goes out of scope. Read more

impl HeapSizeOf for Atom
[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

impl Debug for Atom
[src]

Formats the value using the given formatter.

impl PartialEq<str> for Atom
[src]

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

This method tests for !=.

impl<'a> From<&'a str> for Atom
[src]

Performs the conversion.

impl<'a> From<Cow<'a, str>> for Atom
[src]

Performs the conversion.

impl From<String> for Atom
[src]

Performs the conversion.