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 Freeze for ProofState
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