pub struct Computed<T> { /* private fields */ }
Expand description
Represents a computed state value that depends on other state
Implementations§
Auto Trait Implementations§
impl<T> Freeze for Computed<T>
impl<T> !RefUnwindSafe for Computed<T>
impl<T> Send for Computed<T>
impl<T> Sync for Computed<T>
impl<T> Unpin for Computed<T>
impl<T> !UnwindSafe for Computed<T>
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