pub enum DeleteInstrText {
TOC(InstrToC),
TC(InstrTC),
PAGEREF(InstrPAGEREF),
HYPERLINK(InstrHyperlink),
Unsupported(String),
}
Variants§
Trait Implementations§
Source§impl Clone for DeleteInstrText
impl Clone for DeleteInstrText
Source§fn clone(&self) -> DeleteInstrText
fn clone(&self) -> DeleteInstrText
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteInstrText
impl Debug for DeleteInstrText
Source§impl PartialEq for DeleteInstrText
impl PartialEq for DeleteInstrText
Source§impl Serialize for DeleteInstrText
impl Serialize for DeleteInstrText
impl StructuralPartialEq for DeleteInstrText
Auto Trait Implementations§
impl Freeze for DeleteInstrText
impl RefUnwindSafe for DeleteInstrText
impl Send for DeleteInstrText
impl Sync for DeleteInstrText
impl Unpin for DeleteInstrText
impl UnwindSafe for DeleteInstrText
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