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