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