[][src]Struct guion::widget::resolved::ResolvedMut

pub struct ResolvedMut<'a, E> where
    E: Env
{ pub wref: WidgetRefMut<'a, E>, pub path: E::WidgetPath, }

A mutable reference to a resolved Widget

Fields

wref: WidgetRefMut<'a, E>path: E::WidgetPath

Methods

impl<'a, E> ResolvedMut<'a, E> where
    E: Env
[src]

pub fn widget<'s>(&'s mut self) -> &'s mut (dyn WidgetMut<'s, E> + 's) where
    'a: 's, 
[src]

impl<'l: 's, 's, E: Env> ResolvedMut<'l, E>[src]

pub fn short_lt(self) -> ResolvedMut<'s, E>[src]

Auto Trait Implementations

impl<'a, E> !RefUnwindSafe for ResolvedMut<'a, E>

impl<'a, E> !Send for ResolvedMut<'a, E>

impl<'a, E> !Sync for ResolvedMut<'a, E>

impl<'a, E> Unpin for ResolvedMut<'a, E> where
    <E as Env>::WidgetPath: Unpin

impl<'a, E> !UnwindSafe for ResolvedMut<'a, E>

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.