pub enum InitAction {
WaitTcp(WaitTcp),
WaitHttp(WaitHttp),
Run(RunCommand),
}Expand description
Enum of all init actions
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for InitAction
impl RefUnwindSafe for InitAction
impl Send for InitAction
impl Sync for InitAction
impl Unpin for InitAction
impl UnsafeUnpin for InitAction
impl UnwindSafe for InitAction
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