[][src]Struct genco::Dart

pub struct Dart(_);

Language specialization for Dart.

Trait Implementations

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

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

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

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

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

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

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

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

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

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

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

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

impl Lang for Dart[src]

type Config = Config

Configuration associated with building a formatting element.

type Import = Type

The type used when resolving imports.

impl LangItem<Dart> for BuiltIn[src]

impl LangItem<Dart> for Local[src]

impl LangItem<Dart> for Void[src]

impl LangItem<Dart> for Dynamic[src]

impl LangItem<Dart> for Type[src]

Auto Trait Implementations

impl RefUnwindSafe for Dart

impl Send for Dart

impl Sync for Dart

impl Unpin for Dart

impl UnwindSafe for Dart

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