[][src]Struct ganache::WidgetHandle

pub struct WidgetHandle<C: Context, W: Widget<C>>(_, _);

Trait Implementations

impl<C: Context, W: Widget<C>> Clone for WidgetHandle<C, W>[src]

impl<C: Context, W: Widget<C>> Copy for WidgetHandle<C, W>[src]

impl<C: Debug + Context, W: Debug + Widget<C>> Debug for WidgetHandle<C, W>[src]

impl<C: Eq + Context, W: Eq + Widget<C>> Eq for WidgetHandle<C, W>[src]

impl<C: Hash + Context, W: Hash + Widget<C>> Hash for WidgetHandle<C, W>[src]

impl<C: PartialEq + Context, W: PartialEq + Widget<C>> PartialEq<WidgetHandle<C, W>> for WidgetHandle<C, W>[src]

impl<C: Context, W: Widget<C>> StructuralEq for WidgetHandle<C, W>[src]

impl<C: Context, W: Widget<C>> StructuralPartialEq for WidgetHandle<C, W>[src]

Auto Trait Implementations

impl<C, W> RefUnwindSafe for WidgetHandle<C, W> where
    C: RefUnwindSafe,
    W: RefUnwindSafe

impl<C, W> Send for WidgetHandle<C, W> where
    C: Send,
    W: Send

impl<C, W> Sync for WidgetHandle<C, W> where
    C: Sync,
    W: Sync

impl<C, W> Unpin for WidgetHandle<C, W> where
    C: Unpin,
    W: Unpin

impl<C, W> UnwindSafe for WidgetHandle<C, W> where
    C: UnwindSafe,
    W: UnwindSafe

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> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[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.