Struct docx_reader::DataBinding
source · pub struct DataBinding {
pub xpath: Option<String>,
pub prefix_mappings: Option<String>,
pub store_item_id: Option<String>,
}Fields§
§xpath: Option<String>§prefix_mappings: Option<String>§store_item_id: Option<String>Implementations§
Trait Implementations§
source§impl Clone for DataBinding
impl Clone for DataBinding
source§fn clone(&self) -> DataBinding
fn clone(&self) -> DataBinding
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 DataBinding
impl Debug for DataBinding
source§impl Default for DataBinding
impl Default for DataBinding
source§fn default() -> DataBinding
fn default() -> DataBinding
Returns the “default value” for a type. Read more
source§impl PartialEq for DataBinding
impl PartialEq for DataBinding
source§fn eq(&self, other: &DataBinding) -> bool
fn eq(&self, other: &DataBinding) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DataBinding
impl Serialize for DataBinding
impl StructuralPartialEq for DataBinding
Auto Trait Implementations§
impl RefUnwindSafe for DataBinding
impl Send for DataBinding
impl Sync for DataBinding
impl Unpin for DataBinding
impl UnwindSafe for DataBinding
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