Struct string_cache::atom::BorrowedAtom [] [src]

pub struct BorrowedAtom<'a>(pub &'a Atom);

Methods from Deref<Target=Atom>

Trait Implementations

impl<'a> Deref for BorrowedAtom<'a>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<'a> PartialEq<Atom> for BorrowedAtom<'a>
[src]

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

This method tests for !=.