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