pub enum TargetTag {
Tree,
Blob,
}Expand description
Auto-generated discriminant enum variants
Variants§
Trait Implementations§
impl Copy for TargetTag
impl Eq for TargetTag
Source§impl IntoEnumIterator for TargetTag
impl IntoEnumIterator for TargetTag
type Iterator = TargetTagIter
fn iter() -> TargetTagIter ⓘ
impl StructuralPartialEq for TargetTag
Auto Trait Implementations§
impl Freeze for TargetTag
impl RefUnwindSafe for TargetTag
impl Send for TargetTag
impl Sync for TargetTag
impl Unpin for TargetTag
impl UnsafeUnpin for TargetTag
impl UnwindSafe for TargetTag
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