pub struct TextState<Value> { /* private fields */ }Expand description
The state of a Text.
Trait Implementations§
Source§impl<Output, Value: 'static> State<Output> for TextState<Value>
impl<Output, Value: 'static> State<Output> for TextState<Value>
Source§fn run(&mut self, _: &mut Output)
fn run(&mut self, _: &mut Output)
Processes a “frame”. Read more
impl<Value> ViewMarker for TextState<Value>
Auto Trait Implementations§
impl<Value> Freeze for TextState<Value>where
Value: Freeze,
impl<Value> RefUnwindSafe for TextState<Value>where
Value: RefUnwindSafe,
impl<Value> Send for TextState<Value>where
Value: Send,
impl<Value> Sync for TextState<Value>where
Value: Sync,
impl<Value> Unpin for TextState<Value>where
Value: Unpin,
impl<Value> UnsafeUnpin for TextState<Value>where
Value: UnsafeUnpin,
impl<Value> UnwindSafe for TextState<Value>where
Value: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for Twhere
T: Any,
impl<T> AsAny for Twhere
T: Any,
fn as_mut_dyn_any(&mut self) -> &mut (dyn Any + 'static)
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