pub struct ExtractLimits {
pub max_file_bytes: u64,
pub max_output_chars: usize,
pub max_xml_bytes: usize,
pub max_sheets: usize,
pub max_rows: usize,
pub max_cols: usize,
}Fields§
§max_file_bytes: u64§max_output_chars: usize§max_xml_bytes: usize§max_sheets: usize§max_rows: usize§max_cols: usizeTrait Implementations§
Source§impl Clone for ExtractLimits
impl Clone for ExtractLimits
Source§fn clone(&self) -> ExtractLimits
fn clone(&self) -> ExtractLimits
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 ExtractLimits
impl Debug for ExtractLimits
Auto Trait Implementations§
impl Freeze for ExtractLimits
impl RefUnwindSafe for ExtractLimits
impl Send for ExtractLimits
impl Sync for ExtractLimits
impl Unpin for ExtractLimits
impl UnsafeUnpin for ExtractLimits
impl UnwindSafe for ExtractLimits
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