[−][src]Struct git_trim::TrimPlan
Fields
to_delete: HashSet<ClassifiedBranch>preserved: Vec<Preserved>Implementations
impl TrimPlan[src]
pub fn locals_to_delete(&self) -> Vec<&LocalBranch>[src]
pub fn remotes_to_delete(&self, repo: &Repository) -> Result<Vec<RemoteBranch>>[src]
impl TrimPlan[src]
pub fn preserve_protected(
&mut self,
repo: &Repository,
preserved_patterns: &[&str]
) -> Result<()>[src]
&mut self,
repo: &Repository,
preserved_patterns: &[&str]
) -> Result<()>
pub fn preserve_non_heads_remotes(&mut self, repo: &Repository) -> Result<()>[src]
hub-cli can checkout pull request branch. However they are stored in refs/pulls/.
This prevents to remove them.
pub fn preserve_worktree(&mut self, repo: &Repository) -> Result<()>[src]
pub fn apply_delete_range_filter(
&mut self,
repo: &Repository,
filter: &DeleteFilter
) -> Result<()>[src]
&mut self,
repo: &Repository,
filter: &DeleteFilter
) -> Result<()>
pub fn adjust_not_to_detach(&mut self, repo: &Repository) -> Result<()>[src]
pub fn get_preserved_local(&self, target: &LocalBranch) -> Option<&Preserved>[src]
pub fn get_preserved_upstream(
&self,
target: &RemoteTrackingBranch
) -> Option<&Preserved>[src]
&self,
target: &RemoteTrackingBranch
) -> Option<&Preserved>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TrimPlan
impl Send for TrimPlan
impl Sync for TrimPlan
impl Unpin for TrimPlan
impl UnwindSafe for TrimPlan
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,