Struct flo_ui::WatchViewModel [] [src]

pub struct WatchViewModel { /* fields omitted */ }

Watches for changes in a viewmodel

Methods

impl WatchViewModel
[src]

[src]

Retrieves the updates for the viewmodel alone

Important traits for Vec<u8>
[src]

Retrieves any updates caused by new subcontrollers being added to the UI

Important traits for Vec<u8>
[src]

Finds all of the updates for this viewmodel

Trait Implementations

impl Drop for WatchViewModel
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for WatchViewModel

impl !Sync for WatchViewModel