pub struct ScopeState { /* private fields */ }Expand description
State of a composable.
Implementations§
Source§impl ScopeState
impl ScopeState
pub fn set_changed(&self)
pub fn is_parent_changed(&self) -> bool
Trait Implementations§
Source§impl Default for ScopeState
impl Default for ScopeState
Source§fn default() -> ScopeState
fn default() -> ScopeState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ScopeState
impl !RefUnwindSafe for ScopeState
impl !Send for ScopeState
impl !Sync for ScopeState
impl Unpin for ScopeState
impl !UnwindSafe for ScopeState
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