Struct gluon_base::symbol::NameBuf [] [src]

pub struct NameBuf(_);

Methods

impl NameBuf
[src]

Methods from Deref<Target=Name>

Trait Implementations

impl Clone for NameBuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NameBuf
[src]

Formats the value using the given formatter.

impl Eq for NameBuf
[src]

impl PartialEq for NameBuf
[src]

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

This method tests for !=.

impl Hash for NameBuf
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Display for NameBuf
[src]

Formats the value using the given formatter.

impl AsRef<str> for NameBuf
[src]

Performs the conversion.

impl AsRef<Name> for NameBuf
[src]

Performs the conversion.

impl Borrow<Name> for NameBuf
[src]

Immutably borrows from an owned value. Read more

impl Deref for NameBuf
[src]

The resulting type after dereferencing

The method called to dereference a value

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

Performs the conversion.

impl From<String> for NameBuf
[src]

Performs the conversion.

impl<'a> From<&'a Name> for NameBuf
[src]

Performs the conversion.