Enum docx_rust::formatting::EndnotePositionType
source · pub enum EndnotePositionType {
SectEnd,
DocEnd,
}
Variants§
Trait Implementations§
source§impl Clone for EndnotePositionType
impl Clone for EndnotePositionType
source§fn clone(&self) -> EndnotePositionType
fn clone(&self) -> EndnotePositionType
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 EndnotePositionType
impl Debug for EndnotePositionType
source§impl Default for EndnotePositionType
impl Default for EndnotePositionType
source§fn default() -> EndnotePositionType
fn default() -> EndnotePositionType
Returns the “default value” for a type. Read more