pub struct Branches {
pub decisions: Vec<(String, Vec<(String, String)>)>,
}Expand description
branches = { node_name = { "label" -> target; ... }; ... }
Fields§
§decisions: Vec<(String, Vec<(String, String)>)>(branching node name) -> (label -> target node name), insertion order.
Trait Implementations§
impl StructuralPartialEq for Branches
Auto Trait Implementations§
impl Freeze for Branches
impl RefUnwindSafe for Branches
impl Send for Branches
impl Sync for Branches
impl Unpin for Branches
impl UnsafeUnpin for Branches
impl UnwindSafe for Branches
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