pub enum BgBackend {
Auto,
Tmux,
Child,
}Expand description
Backend for the background tool. Auto uses tmux when available (giving
tasks an independent lifetime + tmux attach re-attachability), else falls
back to a detached child process.
Variants§
Implementations§
Trait Implementations§
impl Copy for BgBackend
impl Eq for BgBackend
impl StructuralPartialEq for BgBackend
Auto Trait Implementations§
impl Freeze for BgBackend
impl RefUnwindSafe for BgBackend
impl Send for BgBackend
impl Sync for BgBackend
impl Unpin for BgBackend
impl UnsafeUnpin for BgBackend
impl UnwindSafe for BgBackend
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.