Struct docx_rust::formatting::EndnoteProperty
source · [−]pub struct EndnoteProperty {
pub position: Option<EndnotePosition>,
pub num_fmt: Option<NumFmt>,
pub num_start: Option<NumStart>,
pub num_restart: Option<NumRestart>,
}
Fields
position: Option<EndnotePosition>
num_fmt: Option<NumFmt>
num_start: Option<NumStart>
Footnote and Endnote Numbering Starting Value
num_restart: Option<NumRestart>
Footnote and Endnote Numbering Restart Location
Trait Implementations
sourceimpl Clone for EndnoteProperty
impl Clone for EndnoteProperty
sourcefn clone(&self) -> EndnoteProperty
fn clone(&self) -> EndnoteProperty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for EndnoteProperty
impl Debug for EndnoteProperty
sourceimpl Default for EndnoteProperty
impl Default for EndnoteProperty
sourcefn default() -> EndnoteProperty
fn default() -> EndnoteProperty
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for EndnoteProperty
impl<'__input> XmlRead<'__input> for EndnoteProperty
Auto Trait Implementations
impl RefUnwindSafe for EndnoteProperty
impl Send for EndnoteProperty
impl Sync for EndnoteProperty
impl Unpin for EndnoteProperty
impl UnwindSafe for EndnoteProperty
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more