pub enum RerunConnection {
Tcp {
addr: String,
},
File {
path: PathBuf,
},
Spawn,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for RerunConnection
impl RefUnwindSafe for RerunConnection
impl Send for RerunConnection
impl Sync for RerunConnection
impl Unpin for RerunConnection
impl UnsafeUnpin for RerunConnection
impl UnwindSafe for RerunConnection
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