Struct docx_rust::settings::ProofState
source · pub struct ProofState {
pub spelling: Option<ProofStateType>,
pub grammar: Option<ProofStateType>,
}
Fields§
§spelling: Option<ProofStateType>
§grammar: Option<ProofStateType>
Trait Implementations§
source§impl Clone for ProofState
impl Clone for ProofState
source§fn clone(&self) -> ProofState
fn clone(&self) -> ProofState
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 ProofState
impl Debug for ProofState
source§impl Default for ProofState
impl Default for ProofState
source§fn default() -> ProofState
fn default() -> ProofState
Returns the “default value” for a type. Read more