pub struct Computed<T: Clone + Serialize + Send + Sync + 'static> { /* private fields */ }Expand description
Reactive derived value.
Implementations§
Trait Implementations§
Source§impl<T: Clone + Serialize + Send + Sync + 'static> IntoView for Computed<T>
Computed<T> delegates to its inner signal id for reactive <resuma-dyn> binding.
impl<T: Clone + Serialize + Send + Sync + 'static> IntoView for Computed<T>
Computed<T> delegates to its inner signal id for reactive <resuma-dyn> binding.
Source§impl ReactiveBool for Computed<bool>
impl ReactiveBool for Computed<bool>
fn reactive_id(&self) -> SignalId
fn reactive_bool(&self) -> bool
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Computed<T>
impl<T> !UnwindSafe for Computed<T>
impl<T> Freeze for Computed<T>
impl<T> Send for Computed<T>
impl<T> Sync for Computed<T>
impl<T> Unpin for Computed<T>
impl<T> UnsafeUnpin 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