pub enum MissingObjectKind {
Object,
Blob,
Tree,
Commit,
Tag,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MissingObjectKind
impl Clone for MissingObjectKind
Source§fn clone(&self) -> MissingObjectKind
fn clone(&self) -> MissingObjectKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MissingObjectKind
Source§impl Debug for MissingObjectKind
impl Debug for MissingObjectKind
Source§impl Display for MissingObjectKind
impl Display for MissingObjectKind
impl Eq for MissingObjectKind
Source§impl Hash for MissingObjectKind
impl Hash for MissingObjectKind
Source§impl PartialEq for MissingObjectKind
impl PartialEq for MissingObjectKind
Source§fn eq(&self, other: &MissingObjectKind) -> bool
fn eq(&self, other: &MissingObjectKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MissingObjectKind
Auto Trait Implementations§
impl Freeze for MissingObjectKind
impl RefUnwindSafe for MissingObjectKind
impl Send for MissingObjectKind
impl Sync for MissingObjectKind
impl Unpin for MissingObjectKind
impl UnsafeUnpin for MissingObjectKind
impl UnwindSafe for MissingObjectKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more