Struct docx_rust::formatting::NumberingId
source · pub struct NumberingId {
pub value: isize,
}
Expand description
Numbering Id
use docx_rust::formatting::*;
let id = NumberingId::from(42isize);
Fields§
§value: isize
Trait Implementations§
source§impl Clone for NumberingId
impl Clone for NumberingId
source§fn clone(&self) -> NumberingId
fn clone(&self) -> NumberingId
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 NumberingId
impl Debug for NumberingId
source§impl Default for NumberingId
impl Default for NumberingId
source§fn default() -> NumberingId
fn default() -> NumberingId
Returns the “default value” for a type. Read more