[][src]Struct genco::Csharp

pub struct Csharp(_);

Language specialization for C#.

Trait Implementations

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

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

impl FormatTokens<Csharp> for Array[src]

impl<'a> FormatTokens<Csharp> for &'a Array[src]

impl FormatTokens<Csharp> for Void[src]

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

impl FormatTokens<Csharp> for Modifier[src]

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

impl FormatTokens<Csharp> for Any[src]

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

impl FormatTokens<Csharp> for Simple[src]

impl<'a> FormatTokens<Csharp> for &'a Simple[src]

impl FormatTokens<Csharp> for Optional[src]

impl<'a> FormatTokens<Csharp> for &'a Optional[src]

impl FormatTokens<Csharp> for Type[src]

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

impl Lang for Csharp[src]

type Config = Config

Configuration associated with building a formatting element.

type Format = Format

State being used during formatting.

type Import = dyn TypeTrait

The type used when resolving imports.

impl LangItem<Csharp> for Optional[src]

impl LangItem<Csharp> for Type[src]

impl LangItem<Csharp> for Simple[src]

impl LangItem<Csharp> for Array[src]

impl LangItem<Csharp> for Void[src]

Auto Trait Implementations

impl RefUnwindSafe for Csharp

impl Send for Csharp

impl Sync for Csharp

impl Unpin for Csharp

impl UnwindSafe for Csharp

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.