pub struct RecomposeScope { /* private fields */ }Implementations§
Source§impl RecomposeScope
impl RecomposeScope
pub fn id(&self) -> usize
pub fn is_invalid(&self) -> bool
pub fn is_active(&self) -> bool
pub fn deactivate(&self)
pub fn reactivate(&self)
pub fn force_reuse(&self)
pub fn force_recompose(&self)
pub fn should_recompose(&self) -> bool
Trait Implementations§
Source§impl Clone for RecomposeScope
impl Clone for RecomposeScope
Source§fn clone(&self) -> RecomposeScope
fn clone(&self) -> RecomposeScope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for RecomposeScope
impl PartialEq for RecomposeScope
impl Eq for RecomposeScope
Auto Trait Implementations§
impl Freeze for RecomposeScope
impl !RefUnwindSafe for RecomposeScope
impl !Send for RecomposeScope
impl !Sync for RecomposeScope
impl Unpin for RecomposeScope
impl !UnwindSafe for RecomposeScope
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