pub struct ScopeData<'a> { /* private fields */ }Expand description
State of a composable.
Implementations§
Source§impl ScopeData<'_>
impl ScopeData<'_>
pub fn set_changed(&self)
pub fn is_parent_changed(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> !Freeze for ScopeData<'a>
impl<'a> !RefUnwindSafe for ScopeData<'a>
impl<'a> !Send for ScopeData<'a>
impl<'a> !Sync for ScopeData<'a>
impl<'a> Unpin for ScopeData<'a>
impl<'a> !UnwindSafe for ScopeData<'a>
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