pub enum Next {
Respawn,
Restart,
Exit,
}
Variants§
Respawn
Whether the server should be respawned in a new binary (see ServerSignal.Respawn).
Restart
Whether the tunnel should be restarted
Exit
Whether the process should exit
Auto Trait Implementations§
impl Freeze for Next
impl RefUnwindSafe for Next
impl Send for Next
impl Sync for Next
impl Unpin for Next
impl UnwindSafe for Next
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