Struct docx_rust::document::SDTEndProperty
source · pub struct SDTEndProperty {}Trait Implementations§
source§impl Clone for SDTEndProperty
impl Clone for SDTEndProperty
source§fn clone(&self) -> SDTEndProperty
fn clone(&self) -> SDTEndProperty
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 SDTEndProperty
impl Debug for SDTEndProperty
source§impl Default for SDTEndProperty
impl Default for SDTEndProperty
source§fn default() -> SDTEndProperty
fn default() -> SDTEndProperty
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for SDTEndProperty
impl<'__input> XmlRead<'__input> for SDTEndProperty
Auto Trait Implementations§
impl RefUnwindSafe for SDTEndProperty
impl Send for SDTEndProperty
impl Sync for SDTEndProperty
impl Unpin for SDTEndProperty
impl UnwindSafe for SDTEndProperty
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