pub struct WidgetMountOrChangeContext<'a, 'b> {
    pub id: &'a WidgetId,
    pub props: &'a Props,
    pub shared_props: &'a Props,
    pub state: State<'a>,
    pub messenger: Messenger<'a>,
    pub signals: SignalSender,
    pub animator: Animator<'a>,
    pub process_context: &'a mut ProcessContext<'b>,
}Fields§
§id: &'a WidgetId§props: &'a Props§state: State<'a>§messenger: Messenger<'a>§signals: SignalSender§animator: Animator<'a>§process_context: &'a mut ProcessContext<'b>Auto Trait Implementations§
impl<'a, 'b> !RefUnwindSafe for WidgetMountOrChangeContext<'a, 'b>
impl<'a, 'b> !Send for WidgetMountOrChangeContext<'a, 'b>
impl<'a, 'b> !Sync for WidgetMountOrChangeContext<'a, 'b>
impl<'a, 'b> Unpin for WidgetMountOrChangeContext<'a, 'b>
impl<'a, 'b> !UnwindSafe for WidgetMountOrChangeContext<'a, 'b>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more