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