pub struct CalamineWorkbook {
pub sheet_names: Vec<String>,
pub data: WorkbookData,
}Fields§
§sheet_names: Vec<String>§data: WorkbookDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for CalamineWorkbook
impl RefUnwindSafe for CalamineWorkbook
impl Send for CalamineWorkbook
impl Sync for CalamineWorkbook
impl Unpin for CalamineWorkbook
impl UnwindSafe for CalamineWorkbook
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