Enum dioxus_core::SchedulerMsg
source · [−]Expand description
The type of message that can be sent to the scheduler.
These messages control how the scheduler will process updates to the UI.
Variants
Event(UserEvent)
Events from the Renderer
Immediate(ScopeId)
Immediate updates from Components that mark them as dirty
NewTask(ScopeId)
New tasks from components that should be polled when the next poll is ready
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SchedulerMsg
impl Send for SchedulerMsg
impl Sync for SchedulerMsg
impl Unpin for SchedulerMsg
impl !UnwindSafe for SchedulerMsg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more