Struct docx_rust::formatting::PgLnNumType
source · pub struct PgLnNumType {
pub count_by: Option<isize>,
pub start: Option<isize>,
pub distance: Option<isize>,
pub restart: Option<LineNumberRestart>,
}Fields§
§count_by: Option<isize>§start: Option<isize>§distance: Option<isize>§restart: Option<LineNumberRestart>Implementations§
Trait Implementations§
source§impl Clone for PgLnNumType
impl Clone for PgLnNumType
source§fn clone(&self) -> PgLnNumType
fn clone(&self) -> PgLnNumType
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 PgLnNumType
impl Debug for PgLnNumType
source§impl Default for PgLnNumType
impl Default for PgLnNumType
source§fn default() -> PgLnNumType
fn default() -> PgLnNumType
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for PgLnNumType
impl<'__input> XmlRead<'__input> for PgLnNumType
Auto Trait Implementations§
impl RefUnwindSafe for PgLnNumType
impl Send for PgLnNumType
impl Sync for PgLnNumType
impl Unpin for PgLnNumType
impl UnwindSafe for PgLnNumType
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