[−][src]Struct git_trim::args::DeleteFilter
Methods
impl DeleteFilter[src]
pub fn merged_origin() -> Self[src]
pub fn all() -> Self[src]
pub fn filter_merged_local(&self) -> bool[src]
pub fn filter_merged_remote(&self, remote: &str) -> bool[src]
pub fn filter_stray_local(&self) -> bool[src]
pub fn filter_stray_remote(&self, remote: &str) -> bool[src]
pub fn into_option(self) -> Option<Self>[src]
Trait Implementations
impl Clone for DeleteFilter[src]
fn clone(&self) -> DeleteFilter[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for DeleteFilter[src]
impl FromIterator<FilterUnit> for DeleteFilter[src]
fn from_iter<I>(iter: I) -> Self where
I: IntoIterator<Item = FilterUnit>, [src]
I: IntoIterator<Item = FilterUnit>,
impl FromStr for DeleteFilter[src]
type Err = DeleteFilterParseError
The associated error which can be returned from parsing.
fn from_str(args: &str) -> Result<DeleteFilter, Self::Err>[src]
impl IntoIterator for DeleteFilter[src]
type Item = FilterUnit
The type of the elements being iterated over.
type IntoIter = IntoIter<FilterUnit>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
Auto Trait Implementations
impl RefUnwindSafe for DeleteFilter
impl Send for DeleteFilter
impl Sync for DeleteFilter
impl Unpin for DeleteFilter
impl UnwindSafe for DeleteFilter
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<I> IntoIterator for I where
I: Iterator, [src]
I: Iterator,
type Item = <I as Iterator>::Item
The type of the elements being iterated over.
type IntoIter = I
Which kind of iterator are we turning this into?
fn into_iter(self) -> I[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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>,