pub struct ModeDiff {
pub start: Vec<String>,
pub stop: Vec<String>,
}Expand description
Difference between current and target mode
Fields§
§start: Vec<String>Nodes that need to be started
stop: Vec<String>Nodes that need to be stopped
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModeDiff
impl RefUnwindSafe for ModeDiff
impl Send for ModeDiff
impl Sync for ModeDiff
impl Unpin for ModeDiff
impl UnwindSafe for ModeDiff
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