pub struct BranchCleanupOptions<'a> {
pub provider: Option<&'a dyn BranchCleanupProvider>,
pub prompt: &'a mut dyn BranchCleanupPrompt,
}Fields§
§provider: Option<&'a dyn BranchCleanupProvider>§prompt: &'a mut dyn BranchCleanupPromptAuto Trait Implementations§
impl<'a> !RefUnwindSafe for BranchCleanupOptions<'a>
impl<'a> !Send for BranchCleanupOptions<'a>
impl<'a> !Sync for BranchCleanupOptions<'a>
impl<'a> !UnwindSafe for BranchCleanupOptions<'a>
impl<'a> Freeze for BranchCleanupOptions<'a>
impl<'a> Unpin for BranchCleanupOptions<'a>
impl<'a> UnsafeUnpin for BranchCleanupOptions<'a>
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