Struct docx_reader::Drawing
source · pub struct Drawing {
pub data: Option<DrawingData>,
}Fields§
§data: Option<DrawingData>Implementations§
Trait Implementations§
source§impl ElementReader for Drawing
impl ElementReader for Drawing
fn read<R: Read>( r: &mut EventReader<R>, _attrs: &[OwnedAttribute] ) -> Result<Self, ReaderError>
source§impl PartialEq for Drawing
impl PartialEq for Drawing
impl StructuralPartialEq for Drawing
Auto Trait Implementations§
impl RefUnwindSafe for Drawing
impl Send for Drawing
impl Sync for Drawing
impl Unpin for Drawing
impl UnwindSafe for Drawing
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