pub struct ExperimentalSetup {
pub pre: Vec<String>,
pub nodes: Vec<String>,
pub links: Vec<String>,
pub post: Vec<String>,
pub processes: Vec<String>,
pub pre_down: Vec<String>,
pub down: Vec<String>,
}Fields§
§pre: Vec<String>§nodes: Vec<String>§links: Vec<String>§post: Vec<String>§processes: Vec<String>§pre_down: Vec<String>§down: Vec<String>Auto Trait Implementations§
impl Freeze for ExperimentalSetup
impl RefUnwindSafe for ExperimentalSetup
impl Send for ExperimentalSetup
impl Sync for ExperimentalSetup
impl Unpin for ExperimentalSetup
impl UnwindSafe for ExperimentalSetup
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