pub enum PackFileEntry {
Commit(Commit),
Tree(Vec<TreeItem>),
Blob(Bytes),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PackFileEntry
impl RefUnwindSafe for PackFileEntry
impl Send for PackFileEntry
impl Sync for PackFileEntry
impl Unpin for PackFileEntry
impl UnsafeUnpin for PackFileEntry
impl UnwindSafe for PackFileEntry
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