Struct docx_rust::formatting::OutlineLvl
source · pub struct OutlineLvl {
pub value: isize,
}
Fields§
§value: isize
Trait Implementations§
source§impl Clone for OutlineLvl
impl Clone for OutlineLvl
source§fn clone(&self) -> OutlineLvl
fn clone(&self) -> OutlineLvl
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 OutlineLvl
impl Debug for OutlineLvl
source§impl Default for OutlineLvl
impl Default for OutlineLvl
source§fn default() -> OutlineLvl
fn default() -> OutlineLvl
Returns the “default value” for a type. Read more