[][src]Struct fastobo::ast::InstanceIdent

pub struct InstanceIdent { /* fields omitted */ }

A unique identifier for an instance.

Implementations

impl InstanceIdent[src]

pub fn new(id: Ident) -> Self[src]

Trait Implementations

impl AsMut<Ident> for InstanceIdent[src]

impl AsRef<Ident> for InstanceIdent[src]

impl Clone for InstanceIdent[src]

impl Debug for InstanceIdent[src]

impl Display for InstanceIdent[src]

impl Eq for InstanceIdent[src]

impl From<Ident> for InstanceIdent[src]

impl From<InstanceIdent> for Ident[src]

impl From<PrefixedIdent> for InstanceIdent[src]

impl From<UnprefixedIdent> for InstanceIdent[src]

impl From<Url> for InstanceIdent[src]

impl<'i> FromPair<'i> for InstanceIdent[src]

impl FromStr for InstanceIdent[src]

type Err = SyntaxError

The associated error which can be returned from parsing.

impl Hash for InstanceIdent[src]

impl Ord for InstanceIdent[src]

impl PartialEq<InstanceIdent> for InstanceIdent[src]

impl PartialOrd<InstanceIdent> for InstanceIdent[src]

impl<'a> Share<'a, InstanceId<'a>> for InstanceIdent[src]

impl StructuralEq for InstanceIdent[src]

impl StructuralPartialEq for InstanceIdent[src]

Auto Trait Implementations

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> 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.