pub struct MappedSignal<T, U, F>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T, F> IntoReactiveBool for MappedSignal<T, bool, F>
impl<T, F> IntoReactiveBool for MappedSignal<T, bool, F>
fn into_reactive_bool(self) -> ReactiveValue<bool>
Source§impl<T, F> IntoReactiveString for MappedSignal<T, String, F>
impl<T, F> IntoReactiveString for MappedSignal<T, String, F>
fn into_reactive_string(self) -> ReactiveValue<String>
Auto Trait Implementations§
impl<T, U, F> Freeze for MappedSignal<T, U, F>where
F: Freeze,
impl<T, U, F> !RefUnwindSafe for MappedSignal<T, U, F>
impl<T, U, F> !Send for MappedSignal<T, U, F>
impl<T, U, F> !Sync for MappedSignal<T, U, F>
impl<T, U, F> Unpin for MappedSignal<T, U, F>where
F: Unpin,
impl<T, U, F> !UnwindSafe for MappedSignal<T, U, F>
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