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
Source§impl Display for ProofStateType
impl Display for ProofStateType
Auto Trait Implementations§
impl Freeze for ProofStateType
impl RefUnwindSafe for ProofStateType
impl Send for ProofStateType
impl Sync for ProofStateType
impl Unpin for ProofStateType
impl UnwindSafe for ProofStateType
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