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