pub enum TooltestTargetConfig {
Stdio(StdioConfig),
Http(HttpConfig),
}Expand description
Target configuration for a tooltest run.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TooltestTargetConfig
impl RefUnwindSafe for TooltestTargetConfig
impl Send for TooltestTargetConfig
impl Sync for TooltestTargetConfig
impl Unpin for TooltestTargetConfig
impl UnsafeUnpin for TooltestTargetConfig
impl UnwindSafe for TooltestTargetConfig
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