Struct docx_reader::StructuredDataTagProperty
source · pub struct StructuredDataTagProperty {
pub run_property: RunProperty,
pub data_binding: Option<DataBinding>,
pub alias: Option<String>,
}Fields§
§run_property: RunProperty§data_binding: Option<DataBinding>§alias: Option<String>Implementations§
source§impl StructuredDataTagProperty
impl StructuredDataTagProperty
pub fn new() -> Self
pub fn data_binding(self, d: DataBinding) -> Self
pub fn alias(self, v: impl Into<String>) -> Self
Trait Implementations§
source§impl Clone for StructuredDataTagProperty
impl Clone for StructuredDataTagProperty
source§fn clone(&self) -> StructuredDataTagProperty
fn clone(&self) -> StructuredDataTagProperty
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 StructuredDataTagProperty
impl Debug for StructuredDataTagProperty
source§impl Default for StructuredDataTagProperty
impl Default for StructuredDataTagProperty
source§impl PartialEq for StructuredDataTagProperty
impl PartialEq for StructuredDataTagProperty
source§fn eq(&self, other: &StructuredDataTagProperty) -> bool
fn eq(&self, other: &StructuredDataTagProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StructuredDataTagProperty
Auto Trait Implementations§
impl RefUnwindSafe for StructuredDataTagProperty
impl Send for StructuredDataTagProperty
impl Sync for StructuredDataTagProperty
impl Unpin for StructuredDataTagProperty
impl UnwindSafe for StructuredDataTagProperty
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