pub enum NumRestartType {
Continuous,
EachSect,
EachPage,
}
Variants§
Trait Implementations§
Source§impl Clone for NumRestartType
impl Clone for NumRestartType
Source§fn clone(&self) -> NumRestartType
fn clone(&self) -> NumRestartType
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 NumRestartType
impl Debug for NumRestartType
Source§impl Default for NumRestartType
impl Default for NumRestartType
Source§fn default() -> NumRestartType
fn default() -> NumRestartType
Returns the “default value” for a type. Read more
Source§impl Display for NumRestartType
impl Display for NumRestartType
Auto Trait Implementations§
impl Freeze for NumRestartType
impl RefUnwindSafe for NumRestartType
impl Send for NumRestartType
impl Sync for NumRestartType
impl Unpin for NumRestartType
impl UnwindSafe for NumRestartType
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