pub enum InstrText {
TOC(InstrToC),
TC(InstrTC),
PAGEREF(InstrPAGEREF),
HYPERLINK(InstrHyperlink),
Unsupported(String),
}
Variants§
Trait Implementations§
impl StructuralPartialEq for InstrText
Auto Trait Implementations§
impl Freeze for InstrText
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