pub struct TmuxSupervisor;Expand description
Portable supervisor: one detached tmux session per agent.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TmuxSupervisor
impl RefUnwindSafe for TmuxSupervisor
impl Send for TmuxSupervisor
impl Sync for TmuxSupervisor
impl Unpin for TmuxSupervisor
impl UnsafeUnpin for TmuxSupervisor
impl UnwindSafe for TmuxSupervisor
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