pub struct CatFileBatch { /* private fields */ }Expand description
git cat-file --batch — header + content mode. Use this once you’ve
narrowed candidates with CatFileBatchCheck (typically by size).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CatFileBatch
impl RefUnwindSafe for CatFileBatch
impl Send for CatFileBatch
impl Sync for CatFileBatch
impl Unpin for CatFileBatch
impl UnsafeUnpin for CatFileBatch
impl UnwindSafe for CatFileBatch
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