pub struct RendererActor { /* private fields */ }Expand description
Renderer actor that handles terminal output.
Implementations§
Source§impl RendererActor
impl RendererActor
Auto Trait Implementations§
impl Freeze for RendererActor
impl !RefUnwindSafe for RendererActor
impl Send for RendererActor
impl Sync for RendererActor
impl Unpin for RendererActor
impl !UnwindSafe for RendererActor
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