[][src]Struct genco::dart::Local

pub struct Local { /* fields omitted */ }

a locally defined type.

Trait Implementations

impl Clone for Local[src]

impl DartType for Local[src]

impl Debug for Local[src]

impl Eq for Local[src]

impl<'el> FormatTokens<'el, Dart> for Local[src]

impl<'el> FormatTokens<'el, Dart> for &'el Local[src]

impl<'el> From<&'el Local> for LangBox<'el, Dart>[src]

impl<'el> From<Local> for LangBox<'el, Dart>[src]

impl Hash for Local[src]

impl LangItem<Dart> for Local[src]

impl Ord for Local[src]

impl PartialEq<Local> for Local[src]

impl PartialOrd<Local> for Local[src]

impl StructuralEq for Local[src]

impl StructuralPartialEq for Local[src]

Auto Trait Implementations

impl !RefUnwindSafe for Local

impl !Send for Local

impl !Sync for Local

impl Unpin for Local

impl UnwindSafe for Local

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