Struct docx_rust::document::SDTProperty
source · [−]pub struct SDTProperty<'a> {
pub id: Option<STDId>,
pub doc_part_obj: Option<DocPartObj<'a>>,
}
Expand description
Section Property
Fields
id: Option<STDId>
doc_part_obj: Option<DocPartObj<'a>>
Trait Implementations
sourceimpl<'a> Clone for SDTProperty<'a>
impl<'a> Clone for SDTProperty<'a>
sourcefn clone(&self) -> SDTProperty<'a>
fn clone(&self) -> SDTProperty<'a>
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<'a> Debug for SDTProperty<'a>
impl<'a> Debug for SDTProperty<'a>
sourceimpl<'a> Default for SDTProperty<'a>
impl<'a> Default for SDTProperty<'a>
sourcefn default() -> SDTProperty<'a>
fn default() -> SDTProperty<'a>
Returns the “default value” for a type. Read more
sourceimpl<'__input: 'a, 'a> XmlRead<'__input> for SDTProperty<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for SDTProperty<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SDTProperty<'a>
impl<'a> Send for SDTProperty<'a>
impl<'a> Sync for SDTProperty<'a>
impl<'a> Unpin for SDTProperty<'a>
impl<'a> UnwindSafe for SDTProperty<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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