Struct docx_rust::formatting::FootnoteProperty
source · [−]pub struct FootnoteProperty {
pub position: Option<FootnotePosition>,
pub num_fmt: Option<NumFmt>,
pub num_start: Option<NumStart>,
pub num_restart: Option<NumRestart>,
}
Fields
position: Option<FootnotePosition>
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 FootnoteProperty
impl Clone for FootnoteProperty
sourcefn clone(&self) -> FootnoteProperty
fn clone(&self) -> FootnoteProperty
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 FootnoteProperty
impl Debug for FootnoteProperty
sourceimpl Default for FootnoteProperty
impl Default for FootnoteProperty
sourcefn default() -> FootnoteProperty
fn default() -> FootnoteProperty
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for FootnoteProperty
impl<'__input> XmlRead<'__input> for FootnoteProperty
Auto Trait Implementations
impl RefUnwindSafe for FootnoteProperty
impl Send for FootnoteProperty
impl Sync for FootnoteProperty
impl Unpin for FootnoteProperty
impl UnwindSafe for FootnoteProperty
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