[][src]Struct binjs_shared::InterfaceName

pub struct InterfaceName(pub SharedString);

An interface of the grammar.

Methods

impl InterfaceName[src]

pub const fn from_str(value: &'static str) -> Self[src]

pub fn from_string(value: String) -> Self[src]

pub fn from_rc_string(value: Rc<String>) -> Self[src]

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

pub fn as_shared_string(&self) -> &SharedString[src]

Trait Implementations

impl Clone for InterfaceName[src]

impl Debug for InterfaceName[src]

impl Default for InterfaceName[src]

impl<'de> Deserialize<'de> for InterfaceName[src]

impl Display for InterfaceName[src]

impl Eq for InterfaceName[src]

impl Hash for InterfaceName[src]

impl<'a> Into<&'a [u8]> for &'a InterfaceName[src]

impl Ord for InterfaceName[src]

impl<'a> PartialEq<&'a str> for InterfaceName[src]

impl PartialEq<InterfaceName> for InterfaceName[src]

impl PartialOrd<InterfaceName> for InterfaceName[src]

impl Serialize for InterfaceName[src]

impl StructuralEq for InterfaceName[src]

Auto Trait Implementations

impl !RefUnwindSafe for InterfaceName

impl !Send for InterfaceName

impl !Sync for InterfaceName

impl Unpin for InterfaceName

impl UnwindSafe for InterfaceName

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[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> 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.