pub struct BatchAppUi;Trait Implementations§
Source§impl AppUi for BatchAppUi
impl AppUi for BatchAppUi
fn log_info(&self, msg: &str)
fn log_warning(&self, msg: &str)
fn log_error(&self, msg: &str)
fn select_branches_to_delete( &self, branch_infos: &[BranchToDeleteInfo], ) -> Vec<BranchToDeleteInfo>
fn select_identical_branches_to_delete( &self, branches: &[String], ) -> Vec<String>
fn select_identical_branches_to_delete_keep_one( &self, branches: &[String], ) -> Vec<String>
fn select_default_branch(&self, _branches: &[String]) -> Option<String>
Auto Trait Implementations§
impl Freeze for BatchAppUi
impl RefUnwindSafe for BatchAppUi
impl Send for BatchAppUi
impl Sync for BatchAppUi
impl Unpin for BatchAppUi
impl UnsafeUnpin for BatchAppUi
impl UnwindSafe for BatchAppUi
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