Struct string_cache::namespace::BorrowedNamespace [] [src]

pub struct BorrowedNamespace<'a>(pub &'a Namespace);

Trait Implementations

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

The resulting type after dereferencing

The method called to dereference a value

impl<'a> PartialEq<Namespace> for BorrowedNamespace<'a>
[src]

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

This method tests for !=.