pub enum PulseTo {
Stderr,
Stdout,
}Expand description
Stream selector for --heartbeat-to.
Variants§
Stderr
Write pulses to standard error (the default; never pollutes --emit).
Stdout
Write pulses to standard output.
Trait Implementations§
impl Copy for PulseTo
impl Eq for PulseTo
impl StructuralPartialEq for PulseTo
Auto Trait Implementations§
impl Freeze for PulseTo
impl RefUnwindSafe for PulseTo
impl Send for PulseTo
impl Sync for PulseTo
impl Unpin for PulseTo
impl UnsafeUnpin for PulseTo
impl UnwindSafe for PulseTo
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