pub struct ComputedState {
pub dirty: bool,
pub dependencies: HashSet<usize>,
}Fields§
§dirty: bool§dependencies: HashSet<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComputedState
impl RefUnwindSafe for ComputedState
impl Send for ComputedState
impl Sync for ComputedState
impl Unpin for ComputedState
impl UnwindSafe for ComputedState
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