pub struct OdsWriteOptions { /* private fields */ }Expand description
Write options for ods-files.
Implementations§
Source§impl OdsWriteOptions
impl OdsWriteOptions
Sourcepub fn compression_method(self, method: CompressionMethod) -> Self
pub fn compression_method(self, method: CompressionMethod) -> Self
Zip compression method
Sourcepub fn compression_level(self, level: Option<i64>) -> Self
pub fn compression_level(self, level: Option<i64>) -> Self
Zip compression level
Trait Implementations§
Source§impl Debug for OdsWriteOptions
impl Debug for OdsWriteOptions
Source§impl Default for OdsWriteOptions
impl Default for OdsWriteOptions
Source§fn default() -> OdsWriteOptions
fn default() -> OdsWriteOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OdsWriteOptions
impl RefUnwindSafe for OdsWriteOptions
impl Send for OdsWriteOptions
impl Sync for OdsWriteOptions
impl Unpin for OdsWriteOptions
impl UnwindSafe for OdsWriteOptions
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