Struct gitoxide_core::pack::receive::Context
source · pub struct Context<W> {
pub thread_limit: Option<usize>,
pub format: OutputFormat,
pub should_interrupt: Arc<AtomicBool>,
pub out: W,
pub object_hash: Kind,
}
Available on crate features
async-client
or blocking-client
only.Fields§
§thread_limit: Option<usize>
§format: OutputFormat
§should_interrupt: Arc<AtomicBool>
§out: W
§object_hash: Kind
Auto Trait Implementations§
impl<W> RefUnwindSafe for Context<W>where W: RefUnwindSafe,
impl<W> Send for Context<W>where W: Send,
impl<W> Sync for Context<W>where W: Sync,
impl<W> Unpin for Context<W>where W: Unpin,
impl<W> UnwindSafe for Context<W>where W: UnwindSafe,
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