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 Freeze for PgNumType
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