Enum gitoxide_core::pack::index::IterationMode
source · pub enum IterationMode {
AsIs,
Verify,
Restore,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for IterationMode
impl Clone for IterationMode
source§fn clone(&self) -> IterationMode
fn clone(&self) -> IterationMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IterationMode
impl Debug for IterationMode
source§impl Default for IterationMode
impl Default for IterationMode
source§impl From<IterationMode> for Mode
impl From<IterationMode> for Mode
source§fn from(v: IterationMode) -> Self
fn from(v: IterationMode) -> Self
Converts to this type from the input type.
source§impl FromStr for IterationMode
impl FromStr for IterationMode
source§impl PartialEq<IterationMode> for IterationMode
impl PartialEq<IterationMode> for IterationMode
source§fn eq(&self, other: &IterationMode) -> bool
fn eq(&self, other: &IterationMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IterationMode
impl StructuralEq for IterationMode
impl StructuralPartialEq for IterationMode
Auto Trait Implementations§
impl RefUnwindSafe for IterationMode
impl Send for IterationMode
impl Sync for IterationMode
impl Unpin for IterationMode
impl UnwindSafe for IterationMode
Blanket Implementations§
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more