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