[][src]Struct binjs::meta::spec::NodeName

pub struct NodeName(_);

The name of an interface or enum.

Methods

impl NodeName[src]

pub fn to_string(&self) -> &String[src]

pub fn to_str(&self) -> &str[src]

pub fn to_rc_string(&self) -> &Rc<String>[src]

Trait Implementations

impl Clone for NodeName[src]

impl Debug for NodeName[src]

impl Display for NodeName[src]

impl Eq for NodeName[src]

impl Hash for NodeName[src]

impl Ord for NodeName[src]

impl PartialEq<NodeName> for NodeName[src]

impl PartialOrd<NodeName> for NodeName[src]

impl StructuralEq for NodeName[src]

impl StructuralPartialEq for NodeName[src]

impl ToStr for NodeName[src]

Auto Trait Implementations

impl !RefUnwindSafe for NodeName

impl !Send for NodeName

impl !Sync for NodeName

impl Unpin for NodeName

impl UnwindSafe for NodeName

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Reindentable for T where
    T: ToStr
[src]

impl<T> ToCases for T where
    T: ToStr
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]