pub enum CliMode {
Uniform,
PerBranch,
}Expand description
How the user wants to assign CLIs to branches.
Variants§
Trait Implementations§
impl Copy for CliMode
impl Eq for CliMode
impl StructuralPartialEq for CliMode
Auto Trait Implementations§
impl Freeze for CliMode
impl RefUnwindSafe for CliMode
impl Send for CliMode
impl Sync for CliMode
impl Unpin for CliMode
impl UnsafeUnpin for CliMode
impl UnwindSafe for CliMode
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