Struct ShadowState
pub struct ShadowState { /* private fields */ }Expand description
State with visible changes recorded on top of the parent state without actually modifying the parent state.
Implementations§
Trait Implementations§
§impl StateR for ShadowState
impl StateR for ShadowState
Auto Trait Implementations§
impl Freeze for ShadowState
impl !RefUnwindSafe for ShadowState
impl Send for ShadowState
impl Sync for ShadowState
impl Unpin for ShadowState
impl !UnwindSafe for ShadowState
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