Struct docx_rust::document::SDTContent
source · [−]pub struct SDTContent<'a> {
pub content: Vec<BodyContent<'a>>,
}
Fields
content: Vec<BodyContent<'a>>
Trait Implementations
sourceimpl<'a> Clone for SDTContent<'a>
impl<'a> Clone for SDTContent<'a>
sourcefn clone(&self) -> SDTContent<'a>
fn clone(&self) -> SDTContent<'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 SDTContent<'a>
impl<'a> Debug for SDTContent<'a>
sourceimpl<'a> Default for SDTContent<'a>
impl<'a> Default for SDTContent<'a>
sourcefn default() -> SDTContent<'a>
fn default() -> SDTContent<'a>
Returns the “default value” for a type. Read more
sourceimpl<'__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
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