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