[][src]Struct genco::lang::dart::Dart

pub struct Dart(_);

Language specialization for Dart.

Trait Implementations

impl Clone for Dart[src]

impl Copy for Dart[src]

impl Debug for Dart[src]

impl Eq for Dart[src]

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

impl FormatInto<Dart> for Import[src]

impl<'a> FormatInto<Dart> for &'a Import[src]

impl Hash for Dart[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 Item = Import

The type used when resolving imports.

fn start_string_eval(
    out: &mut Formatter<'_>,
    _config: &Self::Config,
    _format: &Self::Format
) -> Result
[src]

Start a string-interpolated eval.

fn end_string_eval(
    out: &mut Formatter<'_>,
    _config: &Self::Config,
    _format: &Self::Format
) -> Result
[src]

End a string interpolated eval.

impl LangItem<Dart> for Any[src]

impl LangItem<Dart> for Import[src]

impl LangSupportsEval for Dart[src]

impl Ord for Dart[src]

impl PartialEq<Dart> for Dart[src]

impl PartialOrd<Dart> for Dart[src]

impl Register<Dart> for Import[src]

impl<'a> Register<Dart> for &'a Import[src]

impl StructuralEq for Dart[src]

impl StructuralPartialEq for Dart[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> 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.