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
source§impl<'__input> XmlRead<'__input> for ProofState
impl<'__input> XmlRead<'__input> for ProofState
Auto Trait Implementations§
impl RefUnwindSafe for ProofState
impl Send for ProofState
impl Sync for ProofState
impl Unpin for ProofState
impl UnwindSafe for ProofState
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