Enum docx_rust::formatting::EndnotePositionType
source · [−]pub enum EndnotePositionType {
SectEnd,
DocEnd,
}
Variants
SectEnd
DocEnd
Trait Implementations
sourceimpl Clone for EndnotePositionType
impl Clone for EndnotePositionType
sourcefn clone(&self) -> EndnotePositionType
fn clone(&self) -> EndnotePositionType
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 EndnotePositionType
impl Debug for EndnotePositionType
sourceimpl Default for EndnotePositionType
impl Default for EndnotePositionType
sourcefn default() -> EndnotePositionType
fn default() -> EndnotePositionType
Returns the “default value” for a type. Read more
sourceimpl Display for EndnotePositionType
impl Display for EndnotePositionType
Auto Trait Implementations
impl RefUnwindSafe for EndnotePositionType
impl Send for EndnotePositionType
impl Sync for EndnotePositionType
impl Unpin for EndnotePositionType
impl UnwindSafe for EndnotePositionType
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