Struct docx_rs::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
sourceimpl 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
sourceimpl Clone for StructuredDataTagProperty
impl Clone for StructuredDataTagProperty
sourcefn clone(&self) -> StructuredDataTagProperty
fn clone(&self) -> StructuredDataTagProperty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for StructuredDataTagProperty
impl Debug for StructuredDataTagProperty
sourceimpl Default for StructuredDataTagProperty
impl Default for StructuredDataTagProperty
sourceimpl PartialEq<StructuredDataTagProperty> for StructuredDataTagProperty
impl PartialEq<StructuredDataTagProperty> for StructuredDataTagProperty
sourcefn 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 ==
. Read more
sourceimpl Serialize for StructuredDataTagProperty
impl Serialize for StructuredDataTagProperty
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more