Enum docx_reader::InstrText
source · pub enum InstrText {
TOC(InstrToC),
TC(InstrTC),
PAGEREF(InstrPAGEREF),
HYPERLINK(InstrHyperlink),
Unsupported(String),
}Variants§
Trait Implementations§
source§impl PartialEq for InstrText
impl PartialEq for InstrText
impl StructuralPartialEq for InstrText
Auto Trait Implementations§
impl RefUnwindSafe for InstrText
impl Send for InstrText
impl Sync for InstrText
impl Unpin for InstrText
impl UnwindSafe for InstrText
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