Enum gitoxide_core::pack::create::ObjectExpansion
source · pub enum ObjectExpansion {
None,
TreeTraversal,
TreeDiff,
}
Variants§
Implementations§
Trait Implementations§
source§impl Debug for ObjectExpansion
impl Debug for ObjectExpansion
source§impl Default for ObjectExpansion
impl Default for ObjectExpansion
source§impl From<ObjectExpansion> for ObjectExpansion
impl From<ObjectExpansion> for ObjectExpansion
source§fn from(v: ObjectExpansion) -> Self
fn from(v: ObjectExpansion) -> Self
Converts to this type from the input type.
source§impl FromStr for ObjectExpansion
impl FromStr for ObjectExpansion
source§impl PartialEq<ObjectExpansion> for ObjectExpansion
impl PartialEq<ObjectExpansion> for ObjectExpansion
source§fn eq(&self, other: &ObjectExpansion) -> bool
fn eq(&self, other: &ObjectExpansion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ObjectExpansion
impl StructuralEq for ObjectExpansion
impl StructuralPartialEq for ObjectExpansion
Auto Trait Implementations§
impl RefUnwindSafe for ObjectExpansion
impl Send for ObjectExpansion
impl Sync for ObjectExpansion
impl Unpin for ObjectExpansion
impl UnwindSafe for ObjectExpansion
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