pub struct OdtExportResult {
pub file_path: String,
pub paragraph_count: usize,
}Expand description
Result of an ODT export (to_odt).
Fields§
§file_path: String§paragraph_count: usizeTrait Implementations§
Source§impl Clone for OdtExportResult
impl Clone for OdtExportResult
Source§fn clone(&self) -> OdtExportResult
fn clone(&self) -> OdtExportResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OdtExportResult
impl RefUnwindSafe for OdtExportResult
impl Send for OdtExportResult
impl Sync for OdtExportResult
impl Unpin for OdtExportResult
impl UnsafeUnpin for OdtExportResult
impl UnwindSafe for OdtExportResult
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