Struct stepflow_data::var::VarId[][src]

pub struct VarId(_);

Implementations

impl VarId[src]

pub fn new(val: u16) -> Self[src]

pub fn val(&self) -> u16[src]

Trait Implementations

impl Clone for VarId[src]

impl Copy for VarId[src]

impl Debug for VarId[src]

impl Default for VarId[src]

impl Display for VarId[src]

impl Eq for VarId[src]

impl FromStr for VarId[src]

type Err = IdError<VarId>

The associated error which can be returned from parsing.

impl Hash for VarId[src]

impl PartialEq<VarId> for VarId[src]

impl StructuralEq for VarId[src]

impl StructuralPartialEq for VarId[src]

Auto Trait Implementations

impl RefUnwindSafe for VarId

impl Send for VarId

impl Sync for VarId

impl Unpin for VarId

impl UnwindSafe for VarId

Blanket Implementations

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

impl<T> AsAny for T where
    T: Any
[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.