Struct docx_rust::formatting::EndnotePosition
source · [−]pub struct EndnotePosition {
pub val: EndnotePositionType,
}
Fields
val: EndnotePositionType
Trait Implementations
sourceimpl Clone for EndnotePosition
impl Clone for EndnotePosition
sourcefn clone(&self) -> EndnotePosition
fn clone(&self) -> EndnotePosition
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 EndnotePosition
impl Debug for EndnotePosition
sourceimpl Default for EndnotePosition
impl Default for EndnotePosition
sourcefn default() -> EndnotePosition
fn default() -> EndnotePosition
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for EndnotePosition
impl<'__input> XmlRead<'__input> for EndnotePosition
Auto Trait Implementations
impl RefUnwindSafe for EndnotePosition
impl Send for EndnotePosition
impl Sync for EndnotePosition
impl Unpin for EndnotePosition
impl UnwindSafe for EndnotePosition
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