Enum docx_rust::settings::ProofStateType
source · pub enum ProofStateType {
Clean,
Dirty,
}
Variants§
Trait Implementations§
source§impl Clone for ProofStateType
impl Clone for ProofStateType
source§fn clone(&self) -> ProofStateType
fn clone(&self) -> ProofStateType
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 ProofStateType
impl Debug for ProofStateType
source§impl Default for ProofStateType
impl Default for ProofStateType
source§fn default() -> ProofStateType
fn default() -> ProofStateType
Returns the “default value” for a type. Read more