pub struct FootnoteProperty2 {
pub position: Option<FootnotePosition>,
pub num_fmt: Option<NumFmt>,
pub num_start: Option<NumStart>,
pub num_restart: Option<NumRestart>,
pub footnote: Vec<Footnote>,
}
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
footnote: Vec<Footnote>
Trait Implementations§
Source§impl Clone for FootnoteProperty2
impl Clone for FootnoteProperty2
Source§fn clone(&self) -> FootnoteProperty2
fn clone(&self) -> FootnoteProperty2
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 FootnoteProperty2
impl Debug for FootnoteProperty2
Source§impl Default for FootnoteProperty2
impl Default for FootnoteProperty2
Source§fn default() -> FootnoteProperty2
fn default() -> FootnoteProperty2
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for FootnoteProperty2
impl<'__input> XmlRead<'__input> for FootnoteProperty2
Auto Trait Implementations§
impl Freeze for FootnoteProperty2
impl RefUnwindSafe for FootnoteProperty2
impl Send for FootnoteProperty2
impl Sync for FootnoteProperty2
impl Unpin for FootnoteProperty2
impl UnwindSafe for FootnoteProperty2
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