pub enum ParsedObject {
Blob,
Commit(Commit),
Tag,
Tree,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedObject
impl RefUnwindSafe for ParsedObject
impl Send for ParsedObject
impl Sync for ParsedObject
impl Unpin for ParsedObject
impl UnwindSafe for ParsedObject
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