Enum docx_reader::VtXMLElement
source · pub enum VtXMLElement {
Lpwstr,
Unsupported,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for VtXMLElement
impl Send for VtXMLElement
impl Sync for VtXMLElement
impl Unpin for VtXMLElement
impl UnwindSafe for VtXMLElement
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