Struct docx_reader::LevelText
source · pub struct LevelText { /* private fields */ }Implementations§
Trait Implementations§
source§impl PartialEq for LevelText
impl PartialEq for LevelText
impl StructuralPartialEq for LevelText
Auto Trait Implementations§
impl RefUnwindSafe for LevelText
impl Send for LevelText
impl Sync for LevelText
impl Unpin for LevelText
impl UnwindSafe for LevelText
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