Enum docx_rust::formatting::NumRestartType
source · pub enum NumRestartType {
Continuous,
EachSect,
EachPage,
}
Variants§
Trait Implementations§
source§impl Clone for NumRestartType
impl Clone for NumRestartType
source§fn clone(&self) -> NumRestartType
fn clone(&self) -> NumRestartType
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 NumRestartType
impl Debug for NumRestartType
source§impl Default for NumRestartType
impl Default for NumRestartType
source§fn default() -> NumRestartType
fn default() -> NumRestartType
Returns the “default value” for a type. Read more