Struct docx_rust::formatting::PgNumType
source · pub struct PgNumType {
pub fmt: Option<NumberFormat>,
pub start: Option<isize>,
pub chap_style: Option<isize>,
pub chap_sep: Option<ChapterSep>,
}Fields§
§fmt: Option<NumberFormat>§start: Option<isize>§chap_style: Option<isize>§chap_sep: Option<ChapterSep>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PgNumType
impl Send for PgNumType
impl Sync for PgNumType
impl Unpin for PgNumType
impl UnwindSafe for PgNumType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more