[][src]Struct mergui::channels::concealer::ConcealerReturn

pub struct ConcealerReturn<T: PartialEq, R: Sized> { /* fields omitted */ }

A basic implementation of the Concealer channel. Used by the Concealer widget

Trait Implementations

impl<T: PartialEq, R: Sized> Clickable for ConcealerReturn<T, R>[src]

This is hooked up to the button that hides/unhides the widgets.

impl<T: PartialEq, R: Sized> Concealer<T, R> for ConcealerReturn<T, R>[src]

impl<T: PartialEq, R: Sized, W: Widget, C: WidgetConfig<R, W>> WidgetConfig<ConcealerReturn<T, R>, Concealer<W>> for ConcealerConfig<T, R, W, C>[src]

Auto Trait Implementations

impl<T, R> !RefUnwindSafe for ConcealerReturn<T, R>

impl<T, R> !Send for ConcealerReturn<T, R>

impl<T, R> !Sync for ConcealerReturn<T, R>

impl<T, R> Unpin for ConcealerReturn<T, R> where
    R: Unpin,
    T: Unpin

impl<T, R> !UnwindSafe for ConcealerReturn<T, R>

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.