Struct docx_rust::formatting::FootnotePosition
source · pub struct FootnotePosition {
pub val: PositionType,
}Fields§
§val: PositionTypeTrait Implementations§
source§impl Clone for FootnotePosition
impl Clone for FootnotePosition
source§fn clone(&self) -> FootnotePosition
fn clone(&self) -> FootnotePosition
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 FootnotePosition
impl Debug for FootnotePosition
source§impl Default for FootnotePosition
impl Default for FootnotePosition
source§fn default() -> FootnotePosition
fn default() -> FootnotePosition
Returns the “default value” for a type. Read more
source§impl<'__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§
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