pub struct XlsxOptions {
pub sheet: Option<String>,
pub header_row: usize,
}Fields§
§sheet: Option<String>§header_row: usizeTrait Implementations§
Source§impl Clone for XlsxOptions
impl Clone for XlsxOptions
Source§fn clone(&self) -> XlsxOptions
fn clone(&self) -> XlsxOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XlsxOptions
impl Debug for XlsxOptions
Source§impl Default for XlsxOptions
impl Default for XlsxOptions
Source§fn default() -> XlsxOptions
fn default() -> XlsxOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for XlsxOptions
impl RefUnwindSafe for XlsxOptions
impl Send for XlsxOptions
impl Sync for XlsxOptions
impl Unpin for XlsxOptions
impl UnsafeUnpin for XlsxOptions
impl UnwindSafe for XlsxOptions
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