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