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