Enum gitoxide_core::pack::create::ObjectExpansion
source · [−]pub enum ObjectExpansion {
None,
TreeTraversal,
TreeDiff,
}
Variants
None
TreeTraversal
TreeDiff
Implementations
sourceimpl ObjectExpansion
impl ObjectExpansion
pub fn variants() -> &'static [&'static str]
Trait Implementations
sourceimpl Debug for ObjectExpansion
impl Debug for ObjectExpansion
sourceimpl Default for ObjectExpansion
impl Default for ObjectExpansion
sourceimpl From<ObjectExpansion> for ObjectExpansion
impl From<ObjectExpansion> for ObjectExpansion
sourcefn from(v: ObjectExpansion) -> Self
fn from(v: ObjectExpansion) -> Self
Converts to this type from the input type.
sourceimpl FromStr for ObjectExpansion
impl FromStr for ObjectExpansion
sourceimpl PartialEq<ObjectExpansion> for ObjectExpansion
impl PartialEq<ObjectExpansion> 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more