Enum shell_candy::ShellTaskLog
source · [−]Expand description
A log message emitted by a ShellTask.
Variants
Stdout(String)
A log message emitted to stdout
Stderr(String)
A log message emitted to stderr
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ShellTaskLog
impl Send for ShellTaskLog
impl Sync for ShellTaskLog
impl Unpin for ShellTaskLog
impl UnwindSafe for ShellTaskLog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more