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