Enum docx_reader::GraphicDataChild
source · pub enum GraphicDataChild {
Shape(WpsShape),
Pic(Pic),
}Variants§
Trait Implementations§
source§impl Clone for GraphicDataChild
impl Clone for GraphicDataChild
source§fn clone(&self) -> GraphicDataChild
fn clone(&self) -> GraphicDataChild
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GraphicDataChild
impl Debug for GraphicDataChild
source§impl PartialEq for GraphicDataChild
impl PartialEq for GraphicDataChild
source§fn eq(&self, other: &GraphicDataChild) -> bool
fn eq(&self, other: &GraphicDataChild) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GraphicDataChild
impl Serialize for GraphicDataChild
impl StructuralPartialEq for GraphicDataChild
Auto Trait Implementations§
impl RefUnwindSafe for GraphicDataChild
impl Send for GraphicDataChild
impl Sync for GraphicDataChild
impl Unpin for GraphicDataChild
impl UnwindSafe for GraphicDataChild
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