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
Source§impl Display for EndnotePositionType
impl Display for EndnotePositionType
Auto Trait Implementations§
impl Freeze for EndnotePositionType
impl RefUnwindSafe for EndnotePositionType
impl Send for EndnotePositionType
impl Sync for EndnotePositionType
impl Unpin for EndnotePositionType
impl UnwindSafe for EndnotePositionType
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