[][src]Struct genco::Dart

pub struct Dart(_);

Language specialization for Dart.

Trait Implementations

impl<T> FormatTokens<Dart> for DocComment<T> where
    T: IntoIterator,
    T::Item: Into<ItemStr>, 
[src]

impl FormatTokens<Dart> for Any[src]

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

impl FormatTokens<Dart> for Dynamic[src]

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

impl FormatTokens<Dart> for Modifier[src]

impl FormatTokens<Dart> for Vec<Modifier>[src]

impl<'a> FormatTokens<Dart> for &'a Any[src]

impl FormatTokens<Dart> for Type[src]

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

impl FormatTokens<Dart> for BuiltIn[src]

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

impl FormatTokens<Dart> for Local[src]

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

impl FormatTokens<Dart> for Void[src]

impl Lang for Dart[src]

type Config = Config

Configuration associated with building a formatting element.

type Format = Format

State being used during formatting.

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.