pub struct StaticOutput { /* private fields */ }Expand description
Accumulated static output lines for crate::run_static.
Use println to append lines above the dynamic inline TUI.
Implementations§
Trait Implementations§
Source§impl Clone for StaticOutput
impl Clone for StaticOutput
Source§fn clone(&self) -> StaticOutput
fn clone(&self) -> StaticOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StaticOutput
impl Debug for StaticOutput
Source§impl Default for StaticOutput
impl Default for StaticOutput
Source§fn default() -> StaticOutput
fn default() -> StaticOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StaticOutput
impl RefUnwindSafe for StaticOutput
impl Send for StaticOutput
impl Sync for StaticOutput
impl Unpin for StaticOutput
impl UnsafeUnpin for StaticOutput
impl UnwindSafe for StaticOutput
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