Expand description
Error type of docx-rs
Variants
IO(IOError)
Xml(XmlError)
Zip(ZipError)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DocxError
impl Send for DocxError
impl Sync for DocxError
impl Unpin for DocxError
impl !UnwindSafe for DocxError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more