pub struct CatFileBatchCheck { /* private fields */ }Expand description
git cat-file --batch-check — header-only mode. Use this to decide
whether to spend the I/O on reading a blob’s content (e.g. filter to
blobs ≤ MAX_POINTER_SIZE before paying the read cost).
Implementations§
Trait Implementations§
Source§impl Drop for CatFileBatchCheck
impl Drop for CatFileBatchCheck
Auto Trait Implementations§
impl Freeze for CatFileBatchCheck
impl RefUnwindSafe for CatFileBatchCheck
impl Send for CatFileBatchCheck
impl Sync for CatFileBatchCheck
impl Unpin for CatFileBatchCheck
impl UnsafeUnpin for CatFileBatchCheck
impl UnwindSafe for CatFileBatchCheck
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