pub struct SplitProgressNop(/* private fields */);
Trait Implementations§
source§impl SplitProgressBuilder for SplitProgressNop
impl SplitProgressBuilder for SplitProgressNop
type Progress<'a> = NoProgressCallback
fn next_subpart(&mut self) -> Option<Self::Progress<'_>>
Auto Trait Implementations§
impl Freeze for SplitProgressNop
impl RefUnwindSafe for SplitProgressNop
impl Send for SplitProgressNop
impl Sync for SplitProgressNop
impl Unpin for SplitProgressNop
impl UnwindSafe for SplitProgressNop
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