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