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