Struct i_slint_core::model::ModelNotify
source · [−]pub struct ModelNotify { /* private fields */ }Expand description
Implementations
sourceimpl ModelNotify
impl ModelNotify
Trait Implementations
sourceimpl Default for ModelNotify
impl Default for ModelNotify
sourcefn default() -> ModelNotify
fn default() -> ModelNotify
Returns the “default value” for a type. Read more
sourceimpl ModelTracker for ModelNotify
impl ModelTracker for ModelNotify
sourcefn attach_peer(&self, peer: ModelPeer)
fn attach_peer(&self, peer: ModelPeer)
Attach one peer. The peer will be notified when the model changes
sourcefn track_row_count_changes(&self)
fn track_row_count_changes(&self)
Register the model as a dependency to the current binding being evaluated, so that it will be notified when the model changes its size. Read more
fn track_row_data_changes(&self, row: usize)
Auto Trait Implementations
impl !RefUnwindSafe for ModelNotify
impl !Send for ModelNotify
impl !Sync for ModelNotify
impl Unpin for ModelNotify
impl !UnwindSafe for ModelNotify
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