pub struct StreamedSheetData { /* private fields */ }Expand description
Metadata for a streamed sheet stored in the workbook after applying.
Contains the temporary file with pre-serialized row XML and the configuration needed to compose the full worksheet XML on save.
Auto Trait Implementations§
impl Freeze for StreamedSheetData
impl RefUnwindSafe for StreamedSheetData
impl Send for StreamedSheetData
impl Sync for StreamedSheetData
impl Unpin for StreamedSheetData
impl UnwindSafe for StreamedSheetData
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