[][src]Struct genco::Java

pub struct Java(_);

Language specialization for Java.

Trait Implementations

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

impl FormatTokens<Java> for Primitive[src]

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

impl FormatTokens<Java> for Modifier[src]

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

impl<'a> FormatTokens<Java> for &'a Primitive[src]

impl FormatTokens<Java> for Void[src]

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

impl FormatTokens<Java> for Type[src]

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

impl FormatTokens<Java> for Optional[src]

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

impl FormatTokens<Java> for Local[src]

impl Lang for Java[src]

type Config = Config

Configuration associated with building a formatting element.

type Import = dyn TypeTrait

The type used when resolving imports.

impl LangItem<Java> for Type[src]

impl LangItem<Java> for Void[src]

impl LangItem<Java> for Primitive[src]

impl LangItem<Java> for Local[src]

impl LangItem<Java> for Optional[src]

Auto Trait Implementations

impl RefUnwindSafe for Java

impl Send for Java

impl Sync for Java

impl Unpin for Java

impl UnwindSafe for Java

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.