pub struct DataSpool { /* private fields */ }Expand description
A writable spool file for large file data during tar ingestion.
Implementations§
Auto Trait Implementations§
impl Freeze for DataSpool
impl RefUnwindSafe for DataSpool
impl Send for DataSpool
impl Sync for DataSpool
impl Unpin for DataSpool
impl UnsafeUnpin for DataSpool
impl UnwindSafe for DataSpool
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