Struct parallel_disk_usage::status_board::StatusBoard [−][src]
pub struct StatusBoard { /* fields omitted */ }
Expand description
Control all status indicators in stderr.
Implementations
Clear the line that the cursor is pointing to.
Show a temporary message.
Log a permanent message.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StatusBoard
impl Send for StatusBoard
impl Sync for StatusBoard
impl Unpin for StatusBoard
impl UnwindSafe for StatusBoard
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply f
to self
. Read more
Apply f
to &self
. Read more
Apply f
to &mut self
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait AsRef<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait AsMut<Param>
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait Deref<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait DerefMut<Param>
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait Deref<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait DerefMut<Param>
. Read more