Enum docx_rust::formatting::SectionType
source · pub enum SectionType {
NextPage,
NextColumn,
Continuous,
EvenPage,
OddPage,
}
Variants§
Trait Implementations§
source§impl Clone for SectionType
impl Clone for SectionType
source§fn clone(&self) -> SectionType
fn clone(&self) -> SectionType
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 more