[][src]Struct genco::Go

pub struct Go(_);

Language specialization for Go.

Trait Implementations

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

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

impl<'el> FormatTokens<'el, Go> for Map[src]

impl<'el> FormatTokens<'el, Go> for &'el Map[src]

impl<'el> FormatTokens<'el, Go> for Array[src]

impl<'el> FormatTokens<'el, Go> for &'el Array[src]

impl<'el> FormatTokens<'el, Go> for Interface[src]

impl<'el> FormatTokens<'el, Go> for &'el Interface[src]

impl Lang for Go[src]

type Config = Config

Configuration associated with building a formatting element.

type Import = dyn TypeTrait

The type used when resolving imports.

impl LangItem<Go> for Type[src]

impl LangItem<Go> for Map[src]

impl LangItem<Go> for Array[src]

impl LangItem<Go> for Interface[src]

Auto Trait Implementations

impl RefUnwindSafe for Go

impl Send for Go

impl Sync for Go

impl Unpin for Go

impl UnwindSafe for Go

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.