[][src]Struct genco::lang::csharp::Csharp

pub struct Csharp(_);

Language specialization for C#.

Trait Implementations

impl Clone for Csharp[src]

impl Copy for Csharp[src]

impl Debug for Csharp[src]

impl Eq for Csharp[src]

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

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

impl FormatInto<Csharp> for Import[src]

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

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

The type used when resolving imports.

impl LangItem<Csharp> for Any[src]

impl LangItem<Csharp> for Import[src]

impl Ord for Csharp[src]

impl PartialEq<Csharp> for Csharp[src]

impl PartialOrd<Csharp> for Csharp[src]

impl Register<Csharp> for Import[src]

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

impl StructuralEq for Csharp[src]

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