pub struct SelectionResult {
pub mappings: Vec<(String, String)>,
}Expand description
Result of the full interactive selection flow.
Fields§
§mappings: Vec<(String, String)>Branch-to-CLI mappings as (branch_name, cli_binary_name) pairs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectionResult
impl RefUnwindSafe for SelectionResult
impl Send for SelectionResult
impl Sync for SelectionResult
impl Unpin for SelectionResult
impl UnsafeUnpin for SelectionResult
impl UnwindSafe for SelectionResult
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