[][src]Struct language_reporting::Combine

pub struct Combine<Left, Right> where
    Left: Render,
    Right: Render
{ /* fields omitted */ }

Trait Implementations

impl<Left, Right> Render for Combine<Left, Right> where
    Left: Render,
    Right: Render
[src]

Auto Trait Implementations

impl<Left, Right> Send for Combine<Left, Right> where
    Left: Send,
    Right: Send

impl<Left, Right> Sync for Combine<Left, Right> where
    Left: Sync,
    Right: Sync

impl<Left, Right> Unpin for Combine<Left, Right> where
    Left: Unpin,
    Right: Unpin

impl<Left, Right> UnwindSafe for Combine<Left, Right> where
    Left: UnwindSafe,
    Right: UnwindSafe

impl<Left, Right> RefUnwindSafe for Combine<Left, Right> where
    Left: RefUnwindSafe,
    Right: RefUnwindSafe

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Render for T where
    T: Display
[src]