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

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

Trait Implementations

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

type Target = Namespace

The resulting type after dereferencing

fn deref(&self) -> &Namespace

The method called to dereference a value

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

fn eq(&self, other: &Namespace) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.